#FEE6A8

Color #FEE6A8 Cape Honey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Honey #FEE6A8

Tints of Cape Honey #FEE6A8

Color information

#FEE6A8 (or 0xFEE6A8) is unknown color: approx Cape Honey. HEX triplet: FE, E6 and A8. RGB value is (254,230,168). Sum of RGB (Red+Green+Blue) = 254+230+168=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 168 (66.02% from 255 or 25.77% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6A8 is #011957. Grayscale: #E6E6E6. Windows color (decimal): -72024 or 11069182. OLE color: 11069182.

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

Color convert

RGB254230168-
CMYK00.090.340.00
HSL43.26º97.73%82.75%-
HSV(B)43.26º33.86%99.61%-
XYZ76.2480.4948.56-
YUV230.1192.95145.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 230 (90.23% from 255) = 35.28%
BLUE value IS 168 (66.02% from 255) = 25.77%
R=38.96%
G=35.28%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423016800.090.340.0043.2697.7382.75
HexFEE6A8092202b6253
Octal37634625001142053142123
Binary11111110111001101010100001001100010010101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6A8; }

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

 H1.HeaderClassName
 {
   color: #FEE6A8;
 }
 .AnyTagClassName
 {
   color: #FEE6A8;
 }
</style>
background-color css

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

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

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

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

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

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