Html Css Color HEX #FEE7CA Blanched Almond

📋 copy color: '#FEE7CA'

red 254 ◦ green 231 ◦ blue 202

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

Shades of Blanched Almond #FEE7CA

Tints of Blanched Almond #FEE7CA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.62%

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

R = 36.97%
G = 33.62%
B = 29.4%

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

#FEE7CA (or 0xFEE7CA) is known color: Blanched Almond. HEX triplet: FE, E7 and CA. RGB value is (254,231,202). Sum of RGB (Red+Green+Blue) = 254+231+202=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7CA is #011835. Grayscale: #EAEAEA. Windows color (decimal): -71734 or 13297662. OLE color: 13297662.

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

Color convert

RGB 254 231 202 -
CMYK 0 0.09 0.20 0.00
HSL 33.46º 0.96% 0.89% -
HSV(B) 33.46º 0.2% 1% -
XYZ 80.11 82.49 67.58 -
YUV 234.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 254 231 202 0 0.09 0.20 0.00 33.46 0.96 0.89
Hex FE E7 CA 0 9 14 0 21 60 59
Octal 376 347 312 0 11 24 0 41 140 131
Binary 11111110 11100111 11001010 0 1001 10100 0 100001 1100000 1011001

Color Harmonies of #FEE7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE7CA

Black with #FEE7CA

Text Example


Text Example

White with #FEE7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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