#FEDCA5

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

Shades of Cape Honey #FEDCA5

Tints of Cape Honey #FEDCA5

Color information

#FEDCA5 (or 0xFEDCA5) is unknown color: approx Cape Honey. HEX triplet: FE, DC and A5. RGB value is (254,220,165). Sum of RGB (Red+Green+Blue) = 254+220+165=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 165 (64.84% from 255 or 25.82% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCA5 is #01235A. Grayscale: #E0E0E0. Windows color (decimal): -74587 or 10870014. OLE color: 10870014.

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

Color convert

RGB254220165-
CMYK00.130.350.00
HSL37.08º97.8%82.16%-
HSV(B)37.08º35.04%99.61%-
XYZ73.2674.9746.21-
YUV223.994.76149.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 165 (64.84% from 255) = 25.82%
R=39.75%
G=34.43%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422016500.130.350.0037.0897.882.16
HexFEDCA50D230256252
Octal37633424501543045142122
Binary11111110110111001010010101101100011010010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCA5; }

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

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

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

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

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

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

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

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