Html Css Color HEX #FEE1CE Serenade

📋 copy color: '#FEE1CE'

red 254 ◦ green 225 ◦ blue 206

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

Shades of Serenade #FEE1CE

Tints of Serenade #FEE1CE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.85%

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

R = 37.08%
G = 32.85%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEE1CE (or 0xFEE1CE) is known color: Serenade. HEX triplet: FE, E1 and CE. RGB value is (254,225,206). Sum of RGB (Red+Green+Blue) = 254+225+206=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 206 (80.86% from 255 or 30.07% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1CE is #011E31. Grayscale: #E7E7E7. Windows color (decimal): -73266 or 13558270. OLE color: 13558270.

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

Color convert

RGB 254 225 206 -
CMYK 0 0.11 0.19 0.00
HSL 23.75º 0.96% 0.9% -
HSV(B) 23.75º 0.19% 1% -
XYZ 78.94 79.38 69.55 -
YUV 231.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 254 225 206 0 0.11 0.19 0.00 23.75 0.96 0.9
Hex FE E1 CE 0 B 13 0 18 60 5A
Octal 376 341 316 0 13 23 0 30 140 132
Binary 11111110 11100001 11001110 0 1011 10011 0 11000 1100000 1011010

Color Harmonies of #FEE1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1CE

Black with #FEE1CE

Text Example


Text Example

White with #FEE1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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