#FEDFA1

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

Shades of Cape Honey #FEDFA1

Tints of Cape Honey #FEDFA1

Color information

#FEDFA1 (or 0xFEDFA1) is unknown color: approx Cape Honey. HEX triplet: FE, DF and A1. RGB value is (254,223,161). Sum of RGB (Red+Green+Blue) = 254+223+161=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFA1 is #01205E. Grayscale: #E1E1E1. Windows color (decimal): -73823 or 10608638. OLE color: 10608638.

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

Color convert

RGB254223161-
CMYK00.120.370.00
HSL40º97.89%81.37%-
HSV(B)40º36.61%99.61%-
XYZ73.6976.4244.58-
YUV225.291.77148.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 161 (63.28% from 255) = 25.24%
R=39.81%
G=34.95%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422316100.120.370.004097.8981.37
HexFEDFA10C250286251
Octal37633724101445050142121
Binary11111110110111111010000101100100101010100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFA1; }

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

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

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

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

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

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

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

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