#FCDBA5

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

Shades of Cape Honey #FCDBA5

Tints of Cape Honey #FCDBA5

Color information

#FCDBA5 (or 0xFCDBA5) is unknown color: approx Cape Honey. HEX triplet: FC, DB and A5. RGB value is (252,219,165). Sum of RGB (Red+Green+Blue) = 252+219+165=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 165 (64.84% from 255 or 25.94% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBA5 is #03245A. Grayscale: #DEDEDE. Windows color (decimal): -205915 or 10869756. OLE color: 10869756.

HSL color Cylindrical-coordinate representation of color #FCDBA5: hue angle of 37.24º degrees, saturation: 0.94, 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 #FCDBA5 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252219165-
CMYK00.130.350.01
HSL37.24º93.55%81.76%-
HSV(B)37.24º34.52%98.82%-
XYZ72.2774.0846.09-
YUV222.7195.43148.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 165 (64.84% from 255) = 25.94%
R=39.62%
G=34.43%
B=25.94%

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
Decimal25221916500.130.350.0137.2493.5581.76
HexFCDBA50D231255e52
Octal37433324501543145136122
Binary11111100110110111010010101101100011110010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBA5; }

 p { color: rgb(252,219,165); }

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

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

 a { background-color: rgb(252,219,165); }

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

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

 span { border-color: rgb(252,219,165); }

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