#FAE1CE

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

Shades of Serenade #FAE1CE

Tints of Serenade #FAE1CE

Color information

#FAE1CE (or 0xFAE1CE) is unknown color: approx Serenade. HEX triplet: FA, E1 and CE. RGB value is (250,225,206). Sum of RGB (Red+Green+Blue) = 250+225+206=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1CE is #051E31. Grayscale: #E6E6E6. Windows color (decimal): -335410 or 13558266. OLE color: 13558266.

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

Color convert

RGB250225206-
CMYK00.100.180.02
HSL25.91º81.48%89.41%-
HSV(B)25.91º17.6%98.04%-
XYZ77.4978.6369.49-
YUV230.31114.28142.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 206 (80.86% from 255) = 30.25%
R=36.71%
G=33.04%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022520600.100.180.0225.9181.4889.41
HexFAE1CE0A1221a5159
Octal37234131601222232121131
Binary1111101011100001110011100101010010101101010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1CE; }

 p { color: rgb(250,225,206); }

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

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

 a { background-color: rgb(250,225,206); }

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

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

 span { border-color: rgb(250,225,206); }

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