#FEE7A7

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

Shades of Cape Honey #FEE7A7

Tints of Cape Honey #FEE7A7

Color information

#FEE7A7 (or 0xFEE7A7) is unknown color: approx Cape Honey. HEX triplet: FE, E7 and A7. RGB value is (254,231,167). Sum of RGB (Red+Green+Blue) = 254+231+167=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 167 (65.62% from 255 or 25.61% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE7A7 is #011858. Grayscale: #E6E6E6. Windows color (decimal): -71769 or 11003902. OLE color: 11003902.

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

Color convert

RGB254231167-
CMYK00.090.340.00
HSL44.14º97.75%82.55%-
HSV(B)44.14º34.25%99.61%-
XYZ76.4281.0148.17-
YUV230.5892.12144.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 231 (90.62% from 255) = 35.43%
BLUE value IS 167 (65.62% from 255) = 25.61%
R=38.96%
G=35.43%
B=25.61%

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
Decimal25423116700.090.340.0044.1497.7582.55
HexFEE7A7092202c6253
Octal37634724701142054142123
Binary11111110111001111010011101001100010010110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7A7; }

 p { color: rgb(254,231,167); }

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

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

 a { background-color: rgb(254,231,167); }

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

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

 span { border-color: rgb(254,231,167); }

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