#FCD894

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

Shades of Caramel #FCD894

Tints of Caramel #FCD894

Color information

#FCD894 (or 0xFCD894) is unknown color: approx Caramel. HEX triplet: FC, D8 and 94. RGB value is (252,216,148). Sum of RGB (Red+Green+Blue) = 252+216+148=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD894 is #03276B. Grayscale: #DBDBDB. Windows color (decimal): -206700 or 9754876. OLE color: 9754876.

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

Color convert

RGB252216148-
CMYK00.140.410.01
HSL39.23º94.55%78.43%-
HSV(B)39.23º41.27%98.82%-
XYZ70.0571.9538.21-
YUV219.0187.93151.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 216 (84.77% from 255) = 35.06%
BLUE value IS 148 (58.20% from 255) = 24.03%
R=40.91%
G=35.06%
B=24.03%

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
Decimal25221614800.140.410.0139.2394.5578.43
HexFCD8940E291275f4e
Octal37433022401651147137116
Binary11111100110110001001010001110101001110011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD894; }

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

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

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

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

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

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

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

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