Html Css Color HEX #FEE8CA Blanched Almond

📋 copy color: '#FEE8CA'

red 254 ◦ green 232 ◦ blue 202

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

Shades of Blanched Almond #FEE8CA

Tints of Blanched Almond #FEE8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.36%

R = 36.92%
G = 33.72%
B = 29.36%

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

#FEE8CA (or 0xFEE8CA) is known color: Blanched Almond. HEX triplet: FE, E8 and CA. RGB value is (254,232,202). Sum of RGB (Red+Green+Blue) = 254+232+202=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8CA is #011735. Grayscale: #EBEBEB. Windows color (decimal): -71478 or 13297918. OLE color: 13297918.

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

Color convert

RGB 254 232 202 -
CMYK 0 0.09 0.20 0.00
HSL 34.62º 0.96% 0.89% -
HSV(B) 34.62º 0.2% 1% -
XYZ 80.39 83.05 67.67 -
YUV 235.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 254 232 202 0 0.09 0.20 0.00 34.62 0.96 0.89
Hex FE E8 CA 0 9 14 0 23 60 59
Octal 376 350 312 0 11 24 0 43 140 131
Binary 11111110 11101000 11001010 0 1001 10100 0 100011 1100000 1011001

Color Harmonies of #FEE8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE8CA

Black with #FEE8CA

Text Example


Text Example

White with #FEE8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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