#FEE6A9

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

Shades of Cape Honey #FEE6A9

Tints of Cape Honey #FEE6A9

Color information

#FEE6A9 (or 0xFEE6A9) is unknown color: approx Cape Honey. HEX triplet: FE, E6 and A9. RGB value is (254,230,169). Sum of RGB (Red+Green+Blue) = 254+230+169=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 169 (66.41% from 255 or 25.88% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6A9 is #011956. Grayscale: #E6E6E6. Windows color (decimal): -72023 or 11134718. OLE color: 11134718.

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

Color convert

RGB254230169-
CMYK00.090.330.00
HSL43.06º97.7%82.94%-
HSV(B)43.06º33.46%99.61%-
XYZ76.3380.5349.06-
YUV230.2293.45144.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 230 (90.23% from 255) = 35.22%
BLUE value IS 169 (66.41% from 255) = 25.88%
R=38.90%
G=35.22%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423016900.090.330.0043.0697.782.94
HexFEE6A9092102b6253
Octal37634625101141053142123
Binary11111110111001101010100101001100001010101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6A9; }

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

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

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

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

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

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

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

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