#FCEAD6

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

Shades of Serenade #FCEAD6

Tints of Serenade #FCEAD6

Color information

#FCEAD6 (or 0xFCEAD6) is unknown color: approx Serenade. HEX triplet: FC, EA and D6. RGB value is (252,234,214). Sum of RGB (Red+Green+Blue) = 252+234+214=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 214 (83.98% from 255 or 30.57% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAD6 is #031529. Grayscale: #EDEDED. Windows color (decimal): -202026 or 14084860. OLE color: 14084860.

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

Color convert

RGB252234214-
CMYK00.070.150.01
HSL31.58º86.36%91.37%-
HSV(B)31.58º15.08%98.82%-
XYZ81.7184.475.6-
YUV237.1114.96138.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 234 (91.80% from 255) = 33.43%
BLUE value IS 214 (83.98% from 255) = 30.57%
R=36%
G=33.43%
B=30.57%

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
Decimal25223421400.070.150.0131.5886.3691.37
HexFCEAD607F120565b
Octal3743523260717140126133
Binary11111100111010101101011001111111110000010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAD6; }

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

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

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

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

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

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

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

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