#FCEAD7

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

Shades of Serenade #FCEAD7

Tints of Serenade #FCEAD7

Color information

#FCEAD7 (or 0xFCEAD7) is unknown color: approx Serenade. HEX triplet: FC, EA and D7. RGB value is (252,234,215). Sum of RGB (Red+Green+Blue) = 252+234+215=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 215 (84.38% from 255 or 30.67% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAD7 is #031528. Grayscale: #EDEDED. Windows color (decimal): -202025 or 14150396. OLE color: 14150396.

HSL color Cylindrical-coordinate representation of color #FCEAD7: hue angle of 30.81º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCEAD7 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB252234215-
CMYK00.070.150.01
HSL30.81º86.05%91.57%-
HSV(B)30.81º14.68%98.82%-
XYZ81.8384.4576.28-
YUV237.22115.46138.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 234 (91.80% from 255) = 33.38%
BLUE value IS 215 (84.38% from 255) = 30.67%
R=35.95%
G=33.38%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223421500.070.150.0130.8186.0591.57
HexFCEAD707F11f565c
Octal3743523270717137126134
Binary1111110011101010110101110111111111111110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAD7; }

 p { color: rgb(252,234,215); }

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

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

 a { background-color: rgb(252,234,215); }

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

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

 span { border-color: rgb(252,234,215); }

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