#FEDEA2

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

Shades of Cape Honey #FEDEA2

Tints of Cape Honey #FEDEA2

Color information

#FEDEA2 (or 0xFEDEA2) is unknown color: approx Cape Honey. HEX triplet: FE, DE and A2. RGB value is (254,222,162). Sum of RGB (Red+Green+Blue) = 254+222+162=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEA2 is #01215D. Grayscale: #E1E1E1. Windows color (decimal): -74078 or 10673918. OLE color: 10673918.

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

Color convert

RGB254222162-
CMYK00.130.360.00
HSL39.13º97.87%81.57%-
HSV(B)39.13º36.22%99.61%-
XYZ73.5275.9244.96-
YUV224.7392.6148.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 162 (63.67% from 255) = 25.39%
R=39.81%
G=34.80%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422216200.130.360.0039.1397.8781.57
HexFEDEA20D240276252
Octal37633624201544047142122
Binary11111110110111101010001001101100100010011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEA2; }

 p { color: rgb(254,222,162); }

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

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

 a { background-color: rgb(254,222,162); }

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

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

 span { border-color: rgb(254,222,162); }

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