#FCE2CF

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

Shades of Serenade #FCE2CF

Tints of Serenade #FCE2CF

Color information

#FCE2CF (or 0xFCE2CF) is unknown color: approx Serenade. HEX triplet: FC, E2 and CF. RGB value is (252,226,207). Sum of RGB (Red+Green+Blue) = 252+226+207=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CF is #031D30. Grayscale: #E7E7E7. Windows color (decimal): -204081 or 13624060. OLE color: 13624060.

HSL color Cylindrical-coordinate representation of color #FCE2CF: hue angle of 25.33º 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 #FCE2CF is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252226207-
CMYK00.100.180.01
HSL25.33º88.24%90%-
HSV(B)25.33º17.86%98.82%-
XYZ78.679.5970.25-
YUV231.61114.11142.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 226 (88.67% from 255) = 32.99%
BLUE value IS 207 (81.25% from 255) = 30.22%
R=36.79%
G=32.99%
B=30.22%

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
Decimal25222620700.100.180.0125.3388.2490
HexFCE2CF0A12119585a
Octal37434231701222131130132
Binary111111001110001011001111010101001011100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2CF; }

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

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

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

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

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

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

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

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