Html Css Color HEX #FEE2CF Serenade

📋 copy color: '#FEE2CF'

red 254 ◦ green 226 ◦ blue 207

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

Shades of Serenade #FEE2CF

Tints of Serenade #FEE2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.13%

R = 36.97%
G = 32.9%
B = 30.13%

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

#FEE2CF (or 0xFEE2CF) is known color: Serenade. HEX triplet: FE, E2 and CF. RGB value is (254,226,207). Sum of RGB (Red+Green+Blue) = 254+226+207=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2CF is #011D30. Grayscale: #E8E8E8. Windows color (decimal): -73009 or 13624062. OLE color: 13624062.

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

Color convert

RGB 254 226 207 -
CMYK 0 0.11 0.19 0.00
HSL 24.26º 0.96% 0.9% -
HSV(B) 24.26º 0.19% 1% -
XYZ 79.33 79.97 70.29 -
YUV 232.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 254 226 207 0 0.11 0.19 0.00 24.26 0.96 0.9
Hex FE E2 CF 0 B 13 0 18 60 5A
Octal 376 342 317 0 13 23 0 30 140 132
Binary 11111110 11100010 11001111 0 1011 10011 0 11000 1100000 1011010

Color Harmonies of #FEE2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2CF

Black with #FEE2CF

Text Example


Text Example

White with #FEE2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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