Html Css Color HEX #FEE2CE Serenade

📋 copy color: '#FEE2CE'

red 254 ◦ green 226 ◦ blue 206

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

Shades of Serenade #FEE2CE

Tints of Serenade #FEE2CE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.94%

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

R = 37.03%
G = 32.94%
B = 30.03%

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

#FEE2CE (or 0xFEE2CE) is known color: Serenade. HEX triplet: FE, E2 and CE. RGB value is (254,226,206). Sum of RGB (Red+Green+Blue) = 254+226+206=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2CE is #011D31. Grayscale: #E8E8E8. Windows color (decimal): -73010 or 13558526. OLE color: 13558526.

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

Color convert

RGB 254 226 206 -
CMYK 0 0.11 0.19 0.00
HSL 25º 0.96% 0.9% -
HSV(B) 25º 0.19% 1% -
XYZ 79.21 79.92 69.64 -
YUV 232.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 254 226 206 0 0.11 0.19 0.00 25 0.96 0.9
Hex FE E2 CE 0 B 13 0 19 60 5A
Octal 376 342 316 0 13 23 0 31 140 132
Binary 11111110 11100010 11001110 0 1011 10011 0 11001 1100000 1011010

Color Harmonies of #FEE2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2CE

Black with #FEE2CE

Text Example


Text Example

White with #FEE2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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