#FCEBD8

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

Shades of Serenade #FCEBD8

Tints of Serenade #FCEBD8

Color information

#FCEBD8 (or 0xFCEBD8) is unknown color: approx Serenade. HEX triplet: FC, EB and D8. RGB value is (252,235,216). Sum of RGB (Red+Green+Blue) = 252+235+216=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 216 (84.77% from 255 or 30.73% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBD8 is #031427. Grayscale: #EEEEEE. Windows color (decimal): -201768 or 14216188. OLE color: 14216188.

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

Color convert

RGB252235216-
CMYK00.070.140.01
HSL31.67º85.71%91.76%-
HSV(B)31.67º14.29%98.82%-
XYZ82.2585.0777.05-
YUV237.92115.63138.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 235 (92.19% from 255) = 33.43%
BLUE value IS 216 (84.77% from 255) = 30.73%
R=35.85%
G=33.43%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223521600.070.140.0131.6785.7191.76
HexFCEBD807E120565c
Octal3743533300716140126134
Binary11111100111010111101100001111110110000010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBD8; }

 p { color: rgb(252,235,216); }

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

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

 a { background-color: rgb(252,235,216); }

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

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

 span { border-color: rgb(252,235,216); }

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