Html Css Color HEX #FEE4A8 Cape Honey

📋 copy color: '#FEE4A8'

red 254 ◦ green 228 ◦ blue 168

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

Shades of Cape Honey #FEE4A8

Tints of Cape Honey #FEE4A8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.08%

 BLUE value IS 168 (66.02% from 255) = 25.85%

R = 39.08%
G = 35.08%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEE4A8 (or 0xFEE4A8) is known color: Cape Honey. HEX triplet: FE, E4 and A8. RGB value is (254,228,168). Sum of RGB (Red+Green+Blue) = 254+228+168=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 168 (66.02% from 255 or 25.85% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4A8 is #011B57. Grayscale: #E5E5E5. Windows color (decimal): -72536 or 11068670. OLE color: 11068670.

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

Color convert

RGB 254 228 168 -
CMYK 0 0.10 0.34 0.00
HSL 41.86º 0.98% 0.83% -
HSV(B) 41.86º 0.34% 1% -
XYZ 75.68 79.38 48.38 -
YUV 228.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 254 228 168 0 0.10 0.34 0.00 41.86 0.98 0.83
Hex FE E4 A8 0 A 22 0 2A 62 53
Octal 376 344 250 0 12 42 0 52 142 123
Binary 11111110 11100100 10101000 0 1010 100010 0 101010 1100010 1010011

Color Harmonies of #FEE4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE4A8

Black with #FEE4A8

Text Example


Text Example

White with #FEE4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE4A8; }

 p { color: rgb(254,228,168); }

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

background-color css

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

 a { background-color: rgb(254,228,168); }

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

border-color css

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

 span { border-color: rgb(254,228,168); }

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