#FEE4CF

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

Shades of Serenade #FEE4CF

Tints of Serenade #FEE4CF

Color information

#FEE4CF (or 0xFEE4CF) is unknown color: approx Serenade. HEX triplet: FE, E4 and CF. RGB value is (254,228,207). Sum of RGB (Red+Green+Blue) = 254+228+207=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 207 (81.25% from 255 or 30.04% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4CF is #011B30. Grayscale: #E9E9E9. Windows color (decimal): -72497 or 13624574. OLE color: 13624574.

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

Color convert

RGB254228207-
CMYK00.100.190.00
HSL26.81º95.92%90.39%-
HSV(B)26.81º18.5%99.61%-
XYZ79.8881.0670.47-
YUV233.38113.11142.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 228 (89.45% from 255) = 33.09%
BLUE value IS 207 (81.25% from 255) = 30.04%
R=36.87%
G=33.09%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422820700.100.190.0026.8195.9290.39
HexFEE4CF0A1301b605a
Octal37634431701223033140132
Binary111111101110010011001111010101001101101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE4CF; }

 p { color: rgb(254,228,207); }

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

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

 a { background-color: rgb(254,228,207); }

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

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

 span { border-color: rgb(254,228,207); }

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