Html Css Color HEX #FEE5CE Serenade

📋 copy color: '#FEE5CE'

red 254 ◦ green 229 ◦ blue 206

#FEE5CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Serenade #FEE5CE

Tints of Serenade #FEE5CE

RGB

 RED value IS 254 (99.61% from 255) = 36.87%

 GREEN value IS 229 (89.84% from 255) = 33.24%

 BLUE value IS 206 (80.86% from 255) = 29.9%

R = 36.87%
G = 33.24%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEE5CE (or 0xFEE5CE) is known color: Serenade. HEX triplet: FE, E5 and CE. RGB value is (254,229,206). Sum of RGB (Red+Green+Blue) = 254+229+206=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 206 (80.86% from 255 or 29.90% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5CE is #011A31. Grayscale: #E9E9E9. Windows color (decimal): -72242 or 13559294. OLE color: 13559294.

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

Color convert

RGB 254 229 206 -
CMYK 0 0.10 0.19 0.00
HSL 28.75º 0.96% 0.9% -
HSV(B) 28.75º 0.19% 1% -
XYZ 80.03 81.57 69.92 -
YUV 233.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 254 229 206 0 0.10 0.19 0.00 28.75 0.96 0.9
Hex FE E5 CE 0 A 13 0 1D 60 5A
Octal 376 345 316 0 12 23 0 35 140 132
Binary 11111110 11100101 11001110 0 1010 10011 0 11101 1100000 1011010

Color Harmonies of #FEE5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5CE

Black with #FEE5CE

Text Example


Text Example

White with #FEE5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5CE; }

 p { color: rgb(254,229,206); }

 H1.HeaderClassName
 {
   color: #FEE5CE;
 }
 .AnyTagClassName
 {
   color: #FEE5CE;
 }
</style>

background-color css

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

 a { background-color: rgb(254,229,206); }

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

border-color css

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

 span { border-color: rgb(254,229,206); }

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