Html Css Color HEX #FEE9CE Blanched Almond

📋 copy color: '#FEE9CE'

red 254 ◦ green 233 ◦ blue 206

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

Shades of Blanched Almond #FEE9CE

Tints of Blanched Almond #FEE9CE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.62%

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

R = 36.65%
G = 33.62%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEE9CE (or 0xFEE9CE) is known color: Blanched Almond. HEX triplet: FE, E9 and CE. RGB value is (254,233,206). Sum of RGB (Red+Green+Blue) = 254+233+206=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9CE is #011631. Grayscale: #ECECEC. Windows color (decimal): -71218 or 13560318. OLE color: 13560318.

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

Color convert

RGB 254 233 206 -
CMYK 0 0.08 0.19 0.00
HSL 33.75º 0.96% 0.9% -
HSV(B) 33.75º 0.19% 1% -
XYZ 81.15 83.8 70.29 -
YUV 236.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 254 233 206 0 0.08 0.19 0.00 33.75 0.96 0.9
Hex FE E9 CE 0 8 13 0 22 60 5A
Octal 376 351 316 0 10 23 0 42 140 132
Binary 11111110 11101001 11001110 0 1000 10011 0 100010 1100000 1011010

Color Harmonies of #FEE9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE9CE

Black with #FEE9CE

Text Example


Text Example

White with #FEE9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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