#FEDCA6

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

Shades of Cape Honey #FEDCA6

Tints of Cape Honey #FEDCA6

Color information

#FEDCA6 (or 0xFEDCA6) is unknown color: approx Cape Honey. HEX triplet: FE, DC and A6. RGB value is (254,220,166). Sum of RGB (Red+Green+Blue) = 254+220+166=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCA6 is #012359. Grayscale: #E0E0E0. Windows color (decimal): -74586 or 10935550. OLE color: 10935550.

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

Color convert

RGB254220166-
CMYK00.130.350.00
HSL36.82º97.78%82.35%-
HSV(B)36.82º34.65%99.61%-
XYZ73.3575.0146.69-
YUV224.0195.26149.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 166 (65.23% from 255) = 25.94%
R=39.69%
G=34.38%
B=25.94%

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
Decimal25422016600.130.350.0036.8297.7882.35
HexFEDCA60D230256252
Octal37633424601543045142122
Binary11111110110111001010011001101100011010010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCA6; }

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

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

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

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

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

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

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

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