#FBD796

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

Shades of Caramel #FBD796

Tints of Caramel #FBD796

Color information

#FBD796 (or 0xFBD796) is unknown color: approx Caramel. HEX triplet: FB, D7 and 96. RGB value is (251,215,150). Sum of RGB (Red+Green+Blue) = 251+215+150=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD796 is #042869. Grayscale: #DADADA. Windows color (decimal): -272490 or 9885691. OLE color: 9885691.

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

Color convert

RGB251215150-
CMYK00.140.400.02
HSL38.61º92.66%78.63%-
HSV(B)38.61º40.24%98.43%-
XYZ69.5971.3138.95-
YUV218.3589.43151.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 150 (58.98% from 255) = 24.35%
R=40.75%
G=34.90%
B=24.35%

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
Decimal25121515000.140.400.0238.6192.6678.63
HexFBD7960E282275d4f
Octal37332722601650247135117
Binary111110111101011110010110011101010001010011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD796; }

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

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

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

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

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

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

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

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