Html Css Color HEX #FEE8A6 Cape Honey

📋 copy color: '#FEE8A6'

red 254 ◦ green 232 ◦ blue 166

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

Shades of Cape Honey #FEE8A6

Tints of Cape Honey #FEE8A6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.58%

 BLUE value IS 166 (65.23% from 255) = 25.46%

R = 38.96%
G = 35.58%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEE8A6 (or 0xFEE8A6) is known color: Cape Honey. HEX triplet: FE, E8 and A6. RGB value is (254,232,166). Sum of RGB (Red+Green+Blue) = 254+232+166=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 166 (65.23% from 255 or 25.46% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE8A6 is #011759. Grayscale: #E7E7E7. Windows color (decimal): -71514 or 10938622. OLE color: 10938622.

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

Color convert

RGB 254 232 166 -
CMYK 0 0.09 0.35 0.00
HSL 45º 0.98% 0.82% -
HSV(B) 45º 0.35% 1% -
XYZ 76.61 81.54 47.78 -
YUV 231.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 254 232 166 0 0.09 0.35 0.00 45 0.98 0.82
Hex FE E8 A6 0 9 23 0 2D 62 52
Octal 376 350 246 0 11 43 0 55 142 122
Binary 11111110 11101000 10100110 0 1001 100011 0 101101 1100010 1010010

Color Harmonies of #FEE8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE8A6

Black with #FEE8A6

Text Example


Text Example

White with #FEE8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE8A6; }

 p { color: rgb(254,232,166); }

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

background-color css

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

 a { background-color: rgb(254,232,166); }

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

border-color css

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

 span { border-color: rgb(254,232,166); }

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