#FAE2CF

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

Shades of Serenade #FAE2CF

Tints of Serenade #FAE2CF

Color information

#FAE2CF (or 0xFAE2CF) is unknown color: approx Serenade. HEX triplet: FA, E2 and CF. RGB value is (250,226,207). Sum of RGB (Red+Green+Blue) = 250+226+207=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 207 (81.25% from 255 or 30.31% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2CF is #051D30. Grayscale: #E7E7E7. Windows color (decimal): -335153 or 13624058. OLE color: 13624058.

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

Color convert

RGB250226207-
CMYK00.100.170.02
HSL26.51º81.13%89.61%-
HSV(B)26.51º17.2%98.04%-
XYZ77.8879.2270.22-
YUV231.01114.45141.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 226 (88.67% from 255) = 33.09%
BLUE value IS 207 (81.25% from 255) = 30.31%
R=36.60%
G=33.09%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022620700.100.170.0226.5181.1389.61
HexFAE2CF0A1121b515a
Octal37234231701221233121132
Binary1111101011100010110011110101010001101101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2CF; }

 p { color: rgb(250,226,207); }

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

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

 a { background-color: rgb(250,226,207); }

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

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

 span { border-color: rgb(250,226,207); }

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