#FDDBA6

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

Shades of Cape Honey #FDDBA6

Tints of Cape Honey #FDDBA6

Color information

#FDDBA6 (or 0xFDDBA6) is unknown color: approx Cape Honey. HEX triplet: FD, DB and A6. RGB value is (253,219,166). Sum of RGB (Red+Green+Blue) = 253+219+166=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBA6 is #022459. Grayscale: #DFDFDF. Windows color (decimal): -140378 or 10935293. OLE color: 10935293.

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

Color convert

RGB253219166-
CMYK00.130.340.01
HSL36.55º95.6%82.16%-
HSV(B)36.55º34.39%99.22%-
XYZ72.7274.346.58-
YUV223.1295.76149.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 166 (65.23% from 255) = 26.02%
R=39.66%
G=34.33%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321916600.130.340.0136.5595.682.16
HexFDDBA60D221256052
Octal37533324601542145140122
Binary11111101110110111010011001101100010110010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBA6; }

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

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

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

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

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

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

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

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