#FFE1CF

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

Shades of Serenade #FFE1CF

Tints of Serenade #FFE1CF

Color information

#FFE1CF (or 0xFFE1CF) is unknown color: approx Serenade. HEX triplet: FF, E1 and CF. RGB value is (255,225,207). Sum of RGB (Red+Green+Blue) = 255+225+207=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1CF is #001E30. Grayscale: #E8E8E8. Windows color (decimal): -7729 or 13623807. OLE color: 13623807.

HSL color Cylindrical-coordinate representation of color #FFE1CF: hue angle of 22.5º 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 #FFE1CF is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255225207-
CMYK00.120.190
HSL22.5º100%90.59%-
HSV(B)22.5º18.82%100%-
XYZ79.4379.6270.21-
YUV231.92113.94144.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 225 (88.28% from 255) = 32.75%
BLUE value IS 207 (81.25% from 255) = 30.13%
R=37.12%
G=32.75%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522520700.120.19022.510090.59
HexFFE1CF0C13017645b
Octal37734131701423027144133
Binary111111111110000111001111011001001101011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1CF; }

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

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

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

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

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

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

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

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