#FCD994

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

Shades of Caramel #FCD994

Tints of Caramel #FCD994

Color information

#FCD994 (or 0xFCD994) is unknown color: approx Caramel. HEX triplet: FC, D9 and 94. RGB value is (252,217,148). Sum of RGB (Red+Green+Blue) = 252+217+148=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD994 is #03266B. Grayscale: #DBDBDB. Windows color (decimal): -206444 or 9755132. OLE color: 9755132.

HSL color Cylindrical-coordinate representation of color #FCD994: hue angle of 39.81º 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 #FCD994 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB252217148-
CMYK00.140.410.01
HSL39.81º94.55%78.43%-
HSV(B)39.81º41.27%98.82%-
XYZ70.372.4638.3-
YUV219.687.6151.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 148 (58.20% from 255) = 23.99%
R=40.84%
G=35.17%
B=23.99%

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
Decimal25221714800.140.410.0139.8194.5578.43
HexFCD9940E291285f4e
Octal37433122401651150137116
Binary11111100110110011001010001110101001110100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD994; }

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

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

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

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

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

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

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

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