#FCD895

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

Shades of Caramel #FCD895

Tints of Caramel #FCD895

Color information

#FCD895 (or 0xFCD895) is unknown color: approx Caramel. HEX triplet: FC, D8 and 95. RGB value is (252,216,149). Sum of RGB (Red+Green+Blue) = 252+216+149=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 149 (58.59% from 255 or 24.15% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD895 is #03276A. Grayscale: #DBDBDB. Windows color (decimal): -206699 or 9820412. OLE color: 9820412.

HSL color Cylindrical-coordinate representation of color #FCD895: hue angle of 39.03º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCD895 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB252216149-
CMYK00.140.410.01
HSL39.03º94.5%78.63%-
HSV(B)39.03º40.87%98.82%-
XYZ70.1371.9838.63-
YUV219.1388.43151.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 216 (84.77% from 255) = 35.01%
BLUE value IS 149 (58.59% from 255) = 24.15%
R=40.84%
G=35.01%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221614900.140.410.0139.0394.578.63
HexFCD8950E291275e4f
Octal37433022501651147136117
Binary11111100110110001001010101110101001110011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD895; }

 p { color: rgb(252,216,149); }

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

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

 a { background-color: rgb(252,216,149); }

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

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

 span { border-color: rgb(252,216,149); }

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