#FEDCA1

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

Shades of Cape Honey #FEDCA1

Tints of Cape Honey #FEDCA1

Color information

#FEDCA1 (or 0xFEDCA1) is unknown color: approx Cape Honey. HEX triplet: FE, DC and A1. RGB value is (254,220,161). Sum of RGB (Red+Green+Blue) = 254+220+161=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDCA1 is #01235E. Grayscale: #DFDFDF. Windows color (decimal): -74591 or 10607870. OLE color: 10607870.

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

Color convert

RGB254220161-
CMYK00.130.370.00
HSL38.06º97.89%81.37%-
HSV(B)38.06º36.61%99.61%-
XYZ72.974.8344.32-
YUV223.4492.76149.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 161 (63.28% from 255) = 25.35%
R=40%
G=34.65%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422016100.130.370.0038.0697.8981.37
HexFEDCA10D250266251
Octal37633424101545046142121
Binary11111110110111001010000101101100101010011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCA1; }

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

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

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

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

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

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

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

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