Html Css Color HEX #FEE8CC Blanched Almond

📋 copy color: '#FEE8CC'

red 254 ◦ green 232 ◦ blue 204

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

Shades of Blanched Almond #FEE8CC

Tints of Blanched Almond #FEE8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.62%

 BLUE value IS 204 (80.08% from 255) = 29.57%

R = 36.81%
G = 33.62%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEE8CC (or 0xFEE8CC) is known color: Blanched Almond. HEX triplet: FE, E8 and CC. RGB value is (254,232,204). Sum of RGB (Red+Green+Blue) = 254+232+204=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 204 (80.08% from 255 or 29.57% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8CC is #011733. Grayscale: #EBEBEB. Windows color (decimal): -71476 or 13428990. OLE color: 13428990.

HSL color Cylindrical-coordinate representation of color #FEE8CC: hue angle of 33.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEE8CC is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 232 204 -
CMYK 0 0.09 0.20 0.00
HSL 33.6º 0.96% 0.9% -
HSV(B) 33.6º 0.2% 1% -
XYZ 80.63 83.14 68.93 -
YUV 235.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 254 232 204 0 0.09 0.20 0.00 33.6 0.96 0.9
Hex FE E8 CC 0 9 14 0 22 60 5A
Octal 376 350 314 0 11 24 0 42 140 132
Binary 11111110 11101000 11001100 0 1001 10100 0 100010 1100000 1011010

Color Harmonies of #FEE8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE8CC

Black with #FEE8CC

Text Example


Text Example

White with #FEE8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE8CC; }

 p { color: rgb(254,232,204); }

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

background-color css

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

 a { background-color: rgb(254,232,204); }

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

border-color css

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

 span { border-color: rgb(254,232,204); }

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