#FEDBA6

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

Shades of Cape Honey #FEDBA6

Tints of Cape Honey #FEDBA6

Color information

#FEDBA6 (or 0xFEDBA6) is unknown color: approx Cape Honey. HEX triplet: FE, DB and A6. RGB value is (254,219,166). Sum of RGB (Red+Green+Blue) = 254+219+166=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBA6 is #012459. Grayscale: #DFDFDF. Windows color (decimal): -74842 or 10935294. OLE color: 10935294.

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

Color convert

RGB254219166-
CMYK00.140.350.00
HSL36.14º97.78%82.35%-
HSV(B)36.14º34.65%99.61%-
XYZ73.0974.4946.6-
YUV223.4295.6149.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 166 (65.23% from 255) = 25.98%
R=39.75%
G=34.27%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421916600.140.350.0036.1497.7882.35
HexFEDBA60E230246252
Octal37633324601643044142122
Binary11111110110110111010011001110100011010010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBA6; }

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

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

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

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

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

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

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

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