#FFE2CF

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

Shades of Serenade #FFE2CF

Tints of Serenade #FFE2CF

Color information

#FFE2CF (or 0xFFE2CF) is unknown color: approx Serenade. HEX triplet: FF, E2 and CF. RGB value is (255,226,207). Sum of RGB (Red+Green+Blue) = 255+226+207=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 207 (81.25% from 255 or 30.09% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2CF is #001D30. Grayscale: #E8E8E8. Windows color (decimal): -7473 or 13624063. OLE color: 13624063.

HSL color Cylindrical-coordinate representation of color #FFE2CF: hue angle of 23.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFE2CF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255226207-
CMYK00.110.190
HSL23.75º100%90.59%-
HSV(B)23.75º18.82%100%-
XYZ79.780.1670.3-
YUV232.5113.61144.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 226 (88.67% from 255) = 32.85%
BLUE value IS 207 (81.25% from 255) = 30.09%
R=37.06%
G=32.85%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522620700.110.19023.7510090.59
HexFFE2CF0B13018645b
Octal37734231701323030144133
Binary111111111110001011001111010111001101100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2CF; }

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

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

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

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

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

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

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

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