#FEDEA3

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

Shades of Cape Honey #FEDEA3

Tints of Cape Honey #FEDEA3

Color information

#FEDEA3 (or 0xFEDEA3) is unknown color: approx Cape Honey. HEX triplet: FE, DE and A3. RGB value is (254,222,163). Sum of RGB (Red+Green+Blue) = 254+222+163=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 163 (64.06% from 255 or 25.51% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEA3 is #01215C. Grayscale: #E1E1E1. Windows color (decimal): -74077 or 10739454. OLE color: 10739454.

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

Color convert

RGB254222163-
CMYK00.130.360.00
HSL38.9º97.85%81.76%-
HSV(B)38.9º35.83%99.61%-
XYZ73.6175.9645.43-
YUV224.8493.1148.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 163 (64.06% from 255) = 25.51%
R=39.75%
G=34.74%
B=25.51%

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
Decimal25422216300.130.360.0038.997.8581.76
HexFEDEA30D240276252
Octal37633624301544047142122
Binary11111110110111101010001101101100100010011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEA3; }

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

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

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

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

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

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

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

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