#FFDEA3

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

Shades of Cape Honey #FFDEA3

Tints of Cape Honey #FFDEA3

Color information

#FFDEA3 (or 0xFFDEA3) is unknown color: approx Cape Honey. HEX triplet: FF, DE and A3. RGB value is (255,222,163). Sum of RGB (Red+Green+Blue) = 255+222+163=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 163 (64.06% from 255 or 25.47% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDEA3 is #00215C. Grayscale: #E1E1E1. Windows color (decimal): -8541 or 10739455. OLE color: 10739455.

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

Color convert

RGB255222163-
CMYK00.130.360
HSL38.48º100%81.96%-
HSV(B)38.48º36.08%100%-
XYZ73.9776.1545.45-
YUV225.1492.93149.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 163 (64.06% from 255) = 25.47%
R=39.84%
G=34.69%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522216300.130.36038.4810081.96
HexFFDEA30D240266452
Octal37733624301544046144122
Binary11111111110111101010001101101100100010011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEA3; }

 p { color: rgb(255,222,163); }

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

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

 a { background-color: rgb(255,222,163); }

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

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

 span { border-color: rgb(255,222,163); }

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