Html Css Color HEX #FEEAC9 Blanched Almond

📋 copy color: '#FEEAC9'

red 254 ◦ green 234 ◦ blue 201

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

Shades of Blanched Almond #FEEAC9

Tints of Blanched Almond #FEEAC9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.96%

 BLUE value IS 201 (78.91% from 255) = 29.17%

R = 36.87%
G = 33.96%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEEAC9 (or 0xFEEAC9) is known color: Blanched Almond. HEX triplet: FE, EA and C9. RGB value is (254,234,201). Sum of RGB (Red+Green+Blue) = 254+234+201=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 201 (78.91% from 255 or 29.17% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAC9 is #011536. Grayscale: #ECECEC. Windows color (decimal): -70967 or 13232894. OLE color: 13232894.

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

Color convert

RGB 254 234 201 -
CMYK 0 0.08 0.21 0.00
HSL 37.36º 0.96% 0.89% -
HSV(B) 37.36º 0.21% 1% -
XYZ 80.84 84.13 67.24 -
YUV 236.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 254 234 201 0 0.08 0.21 0.00 37.36 0.96 0.89
Hex FE EA C9 0 8 15 0 25 60 59
Octal 376 352 311 0 10 25 0 45 140 131
Binary 11111110 11101010 11001001 0 1000 10101 0 100101 1100000 1011001

Color Harmonies of #FEEAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAC9

Black with #FEEAC9

Text Example


Text Example

White with #FEEAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAC9; }

 p { color: rgb(254,234,201); }

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

background-color css

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

 a { background-color: rgb(254,234,201); }

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

border-color css

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

 span { border-color: rgb(254,234,201); }

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