#FAC093

Color #FAC093 Romantic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Romantic #FAC093

Tints of Romantic #FAC093

Color information

#FAC093 (or 0xFAC093) is unknown color: approx Romantic. HEX triplet: FA, C0 and 93. RGB value is (250,192,147). Sum of RGB (Red+Green+Blue) = 250+192+147=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC093 is #053F6C. Grayscale: #CCCCCC. Windows color (decimal): -343917 or 9683194. OLE color: 9683194.

HSL color Cylindrical-coordinate representation of color #FAC093: hue angle of 26.21º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAC093 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250192147-
CMYK00.230.410.02
HSL26.21º91.15%77.84%-
HSV(B)26.21º41.2%98.04%-
XYZ63.5460.1335.86-
YUV204.2195.72160.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 192 (75.39% from 255) = 32.60%
BLUE value IS 147 (57.81% from 255) = 24.96%
R=42.44%
G=32.60%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019214700.230.410.0226.2191.1577.84
HexFAC0930172921a5b4e
Octal37230022302751232133116
Binary111110101100000010010011010111101001101101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC093; }

 p { color: rgb(250,192,147); }

 H1.HeaderClassName
 {
   color: #FAC093;
 }
 .AnyTagClassName
 {
   color: #FAC093;
 }
</style>
background-color css

<style>
 a { background-color: #FAC093; }

 a { background-color: rgb(250,192,147); }

 div.DivClassName
 {
   background-color: #FAC093;
 }
 .BgClassName
 {
   background-color: #FAC093;
 }
</style>
border-color css

<style>
 span { border-color: #FAC093; }

 span { border-color: rgb(250,192,147); }

 td.TdClassName
 {
   border-color: #FAC093;
 }
 .TagClassName
 {
   border-color: #FAC093;
 }
</style>