#FCE2CE

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

Shades of Serenade #FCE2CE

Tints of Serenade #FCE2CE

Color information

#FCE2CE (or 0xFCE2CE) is unknown color: approx Serenade. HEX triplet: FC, E2 and CE. RGB value is (252,226,206). Sum of RGB (Red+Green+Blue) = 252+226+206=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 206 (80.86% from 255 or 30.12% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CE is #031D31. Grayscale: #E7E7E7. Windows color (decimal): -204082 or 13558524. OLE color: 13558524.

HSL color Cylindrical-coordinate representation of color #FCE2CE: hue angle of 26.09º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCE2CE is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252226206-
CMYK00.100.180.01
HSL26.09º88.46%89.8%-
HSV(B)26.09º18.25%98.82%-
XYZ78.4879.5469.61-
YUV231.49113.61142.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 226 (88.67% from 255) = 33.04%
BLUE value IS 206 (80.86% from 255) = 30.12%
R=36.84%
G=33.04%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222620600.100.180.0126.0988.4689.8
HexFCE2CE0A1211a585a
Octal37434231601222132130132
Binary111111001110001011001110010101001011101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2CE; }

 p { color: rgb(252,226,206); }

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

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

 a { background-color: rgb(252,226,206); }

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

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

 span { border-color: rgb(252,226,206); }

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