#FAC09C

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

Shades of Romantic #FAC09C

Tints of Romantic #FAC09C

Color information

#FAC09C (or 0xFAC09C) is unknown color: approx Romantic. HEX triplet: FA, C0 and 9C. RGB value is (250,192,156). Sum of RGB (Red+Green+Blue) = 250+192+156=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC09C is #053F63. Grayscale: #CDCDCD. Windows color (decimal): -343908 or 10273018. OLE color: 10273018.

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

Color convert

RGB250192156-
CMYK00.230.380.02
HSL22.98º90.38%79.61%-
HSV(B)22.98º37.6%98.04%-
XYZ64.2760.4239.73-
YUV205.24100.22159.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 192 (75.39% from 255) = 32.11%
BLUE value IS 156 (61.33% from 255) = 26.09%
R=41.81%
G=32.11%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019215600.230.380.0222.9890.3879.61
HexFAC09C017262175a50
Octal37230023402746227132120
Binary111110101100000010011100010111100110101011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC09C; }

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

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

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

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

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

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

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

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