Html Css Color HEX #FEE5A3 Cape Honey

📋 copy color: '#FEE5A3'

red 254 ◦ green 229 ◦ blue 163

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

Shades of Cape Honey #FEE5A3

Tints of Cape Honey #FEE5A3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.45%

 BLUE value IS 163 (64.06% from 255) = 25.23%

R = 39.32%
G = 35.45%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEE5A3 (or 0xFEE5A3) is known color: Cape Honey. HEX triplet: FE, E5 and A3. RGB value is (254,229,163). Sum of RGB (Red+Green+Blue) = 254+229+163=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 163 (64.06% from 255 or 25.23% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5A3 is #011A5C. Grayscale: #E5E5E5. Windows color (decimal): -72285 or 10741246. OLE color: 10741246.

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

Color convert

RGB 254 229 163 -
CMYK 0 0.10 0.36 0.00
HSL 43.52º 0.98% 0.82% -
HSV(B) 43.52º 0.36% 1% -
XYZ 75.5 79.75 46.06 -
YUV 228.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 254 229 163 0 0.10 0.36 0.00 43.52 0.98 0.82
Hex FE E5 A3 0 A 24 0 2C 62 52
Octal 376 345 243 0 12 44 0 54 142 122
Binary 11111110 11100101 10100011 0 1010 100100 0 101100 1100010 1010010

Color Harmonies of #FEE5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5A3

Black with #FEE5A3

Text Example


Text Example

White with #FEE5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5A3; }

 p { color: rgb(254,229,163); }

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

background-color css

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

 a { background-color: rgb(254,229,163); }

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

border-color css

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

 span { border-color: rgb(254,229,163); }

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