#FAC09E

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

Shades of Romantic #FAC09E

Tints of Romantic #FAC09E

Color information

#FAC09E (or 0xFAC09E) is unknown color: approx Romantic. HEX triplet: FA, C0 and 9E. RGB value is (250,192,158). Sum of RGB (Red+Green+Blue) = 250+192+158=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC09E is #053F61. Grayscale: #CDCDCD. Windows color (decimal): -343906 or 10404090. OLE color: 10404090.

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

Color convert

RGB250192158-
CMYK00.230.370.02
HSL22.17º90.2%80%-
HSV(B)22.17º36.8%98.04%-
XYZ64.4560.4940.63-
YUV205.47101.22159.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 192 (75.39% from 255) = 32%
BLUE value IS 158 (62.11% from 255) = 26.33%
R=41.67%
G=32%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019215800.230.370.0222.1790.280
HexFAC09E017252165a50
Octal37230023602745226132120
Binary111110101100000010011110010111100101101011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC09E; }

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

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

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

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

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

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

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

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