#FAC09F

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

Shades of Romantic #FAC09F

Tints of Romantic #FAC09F

Color information

#FAC09F (or 0xFAC09F) is unknown color: approx Romantic. HEX triplet: FA, C0 and 9F. RGB value is (250,192,159). Sum of RGB (Red+Green+Blue) = 250+192+159=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC09F is #053F60. Grayscale: #CDCDCD. Windows color (decimal): -343905 or 10469626. OLE color: 10469626.

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

Color convert

RGB250192159-
CMYK00.230.360.02
HSL21.76º90.1%80.2%-
HSV(B)21.76º36.4%98.04%-
XYZ64.5360.5341.08-
YUV205.58101.72159.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 159 (62.5% from 255) = 26.46%
R=41.60%
G=31.95%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019215900.230.360.0221.7690.180.2
HexFAC09F017242165a50
Octal37230023702744226132120
Binary111110101100000010011111010111100100101011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC09F; }

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

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

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

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

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

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

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

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