#FDDBA4

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

Shades of Cape Honey #FDDBA4

Tints of Cape Honey #FDDBA4

Color information

#FDDBA4 (or 0xFDDBA4) is unknown color: approx Cape Honey. HEX triplet: FD, DB and A4. RGB value is (253,219,164). Sum of RGB (Red+Green+Blue) = 253+219+164=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBA4 is #02245B. Grayscale: #DFDFDF. Windows color (decimal): -140380 or 10804221. OLE color: 10804221.

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

Color convert

RGB253219164-
CMYK00.130.350.01
HSL37.08º95.7%81.76%-
HSV(B)37.08º35.18%99.22%-
XYZ72.5474.2345.63-
YUV222.994.76149.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 164 (64.45% from 255) = 25.79%
R=39.78%
G=34.43%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321916400.130.350.0137.0895.781.76
HexFDDBA40D231256052
Octal37533324401543145140122
Binary11111101110110111010010001101100011110010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBA4; }

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

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

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

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

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

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

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

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