#FEDCA3

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

Shades of Cape Honey #FEDCA3

Tints of Cape Honey #FEDCA3

Color information

#FEDCA3 (or 0xFEDCA3) is unknown color: approx Cape Honey. HEX triplet: FE, DC and A3. RGB value is (254,220,163). Sum of RGB (Red+Green+Blue) = 254+220+163=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 163 (64.06% from 255 or 25.59% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCA3 is #01235C. Grayscale: #DFDFDF. Windows color (decimal): -74589 or 10738942. OLE color: 10738942.

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

Color convert

RGB254220163-
CMYK00.130.360.00
HSL37.58º97.85%81.76%-
HSV(B)37.58º35.83%99.61%-
XYZ73.0874.945.26-
YUV223.6793.76149.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 163 (64.06% from 255) = 25.59%
R=39.87%
G=34.54%
B=25.59%

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
Decimal25422016300.130.360.0037.5897.8581.76
HexFEDCA30D240266252
Octal37633424301544046142122
Binary11111110110111001010001101101100100010011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCA3; }

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

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

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

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

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

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

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

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