#FBD896

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

Shades of Caramel #FBD896

Tints of Caramel #FBD896

Color information

#FBD896 (or 0xFBD896) is unknown color: approx Caramel. HEX triplet: FB, D8 and 96. RGB value is (251,216,150). Sum of RGB (Red+Green+Blue) = 251+216+150=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 150 (58.98% from 255 or 24.31% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD896 is #042769. Grayscale: #DBDBDB. Windows color (decimal): -272234 or 9885947. OLE color: 9885947.

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

Color convert

RGB251216150-
CMYK00.140.400.02
HSL39.21º92.66%78.63%-
HSV(B)39.21º40.24%98.43%-
XYZ69.8471.8239.04-
YUV218.9489.1150.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 216 (84.77% from 255) = 35.01%
BLUE value IS 150 (58.98% from 255) = 24.31%
R=40.68%
G=35.01%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121615000.140.400.0239.2192.6678.63
HexFBD8960E282275d4f
Octal37333022601650247135117
Binary111110111101100010010110011101010001010011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD896; }

 p { color: rgb(251,216,150); }

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

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

 a { background-color: rgb(251,216,150); }

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

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

 span { border-color: rgb(251,216,150); }

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