Html Css Color HEX #FEE2A2 Cape Honey

📋 copy color: '#FEE2A2'

red 254 ◦ green 226 ◦ blue 162

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

Shades of Cape Honey #FEE2A2

Tints of Cape Honey #FEE2A2

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.2%

 BLUE value IS 162 (63.67% from 255) = 25.23%

R = 39.56%
G = 35.2%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEE2A2 (or 0xFEE2A2) is known color: Cape Honey. HEX triplet: FE, E2 and A2. RGB value is (254,226,162). Sum of RGB (Red+Green+Blue) = 254+226+162=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 162 (63.67% from 255 or 25.23% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE2A2 is #011D5D. Grayscale: #E3E3E3. Windows color (decimal): -73054 or 10674942. OLE color: 10674942.

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

Color convert

RGB 254 226 162 -
CMYK 0 0.11 0.36 0.00
HSL 41.74º 0.98% 0.82% -
HSV(B) 41.74º 0.36% 1% -
XYZ 74.59 78.07 45.32 -
YUV 227.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 254 226 162 0 0.11 0.36 0.00 41.74 0.98 0.82
Hex FE E2 A2 0 B 24 0 2A 62 52
Octal 376 342 242 0 13 44 0 52 142 122
Binary 11111110 11100010 10100010 0 1011 100100 0 101010 1100010 1010010

Color Harmonies of #FEE2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2A2

Black with #FEE2A2

Text Example


Text Example

White with #FEE2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2A2; }

 p { color: rgb(254,226,162); }

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

background-color css

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

 a { background-color: rgb(254,226,162); }

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

border-color css

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

 span { border-color: rgb(254,226,162); }

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