Html Css Color HEX #FEE3AA Cape Honey

📋 copy color: '#FEE3AA'

red 254 ◦ green 227 ◦ blue 170

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

Shades of Cape Honey #FEE3AA

Tints of Cape Honey #FEE3AA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.87%

 BLUE value IS 170 (66.8% from 255) = 26.11%

R = 39.02%
G = 34.87%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEE3AA (or 0xFEE3AA) is known color: Cape Honey. HEX triplet: FE, E3 and AA. RGB value is (254,227,170). Sum of RGB (Red+Green+Blue) = 254+227+170=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE3AA is #011C55. Grayscale: #E4E4E4. Windows color (decimal): -72790 or 11199486. OLE color: 11199486.

HSL color Cylindrical-coordinate representation of color #FEE3AA: hue angle of 40.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEE3AA is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 227 170 -
CMYK 0 0.11 0.33 0.00
HSL 40.71º 0.98% 0.83% -
HSV(B) 40.71º 0.33% 1% -
XYZ 75.6 78.91 49.28 -
YUV 228.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 254 227 170 0 0.11 0.33 0.00 40.71 0.98 0.83
Hex FE E3 AA 0 B 21 0 29 62 53
Octal 376 343 252 0 13 41 0 51 142 123
Binary 11111110 11100011 10101010 0 1011 100001 0 101001 1100010 1010011

Color Harmonies of #FEE3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE3AA

Black with #FEE3AA

Text Example


Text Example

White with #FEE3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE3AA; }

 p { color: rgb(254,227,170); }

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

background-color css

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

 a { background-color: rgb(254,227,170); }

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

border-color css

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

 span { border-color: rgb(254,227,170); }

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