#FEE1CF

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

Shades of Serenade #FEE1CF

Tints of Serenade #FEE1CF

Color information

#FEE1CF (or 0xFEE1CF) is unknown color: approx Serenade. HEX triplet: FE, E1 and CF. RGB value is (254,225,207). Sum of RGB (Red+Green+Blue) = 254+225+207=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1CF is #011E30. Grayscale: #E7E7E7. Windows color (decimal): -73265 or 13623806. OLE color: 13623806.

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

Color convert

RGB254225207-
CMYK00.110.190.00
HSL22.98º95.92%90.39%-
HSV(B)22.98º18.5%99.61%-
XYZ79.0679.4370.2-
YUV231.62114.11143.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 225 (88.28% from 255) = 32.80%
BLUE value IS 207 (81.25% from 255) = 30.17%
R=37.03%
G=32.80%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422520700.110.190.0022.9895.9290.39
HexFEE1CF0B13017605a
Octal37634131701323027140132
Binary111111101110000111001111010111001101011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1CF; }

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

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

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

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

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

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

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

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