#FBD995

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

Shades of Caramel #FBD995

Tints of Caramel #FBD995

Color information

#FBD995 (or 0xFBD995) is unknown color: approx Caramel. HEX triplet: FB, D9 and 95. RGB value is (251,217,149). Sum of RGB (Red+Green+Blue) = 251+217+149=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 149 (58.59% from 255 or 24.15% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD995 is #04266A. Grayscale: #DBDBDB. Windows color (decimal): -271979 or 9820667. OLE color: 9820667.

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

Color convert

RGB251217149-
CMYK00.140.410.02
HSL40º92.73%78.43%-
HSV(B)40º40.64%98.43%-
XYZ70.0272.338.7-
YUV219.4188.26150.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 149 (58.59% from 255) = 24.15%
R=40.68%
G=35.17%
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.02
SystemRedGreenBlueCMYKHSL
Decimal25121714900.140.410.024092.7378.43
HexFBD9950E292285d4e
Octal37333122501651250135116
Binary111110111101100110010101011101010011010100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD995; }

 p { color: rgb(251,217,149); }

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

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

 a { background-color: rgb(251,217,149); }

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

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

 span { border-color: rgb(251,217,149); }

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