#FBD895

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

Shades of Caramel #FBD895

Tints of Caramel #FBD895

Color information

#FBD895 (or 0xFBD895) is unknown color: approx Caramel. HEX triplet: FB, D8 and 95. RGB value is (251,216,149). Sum of RGB (Red+Green+Blue) = 251+216+149=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD895 is #04276A. Grayscale: #DBDBDB. Windows color (decimal): -272235 or 9820411. OLE color: 9820411.

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

Color convert

RGB251216149-
CMYK00.140.410.02
HSL39.41º92.73%78.43%-
HSV(B)39.41º40.64%98.43%-
XYZ69.7671.7938.61-
YUV218.8388.6150.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 216 (84.77% from 255) = 35.06%
BLUE value IS 149 (58.59% from 255) = 24.19%
R=40.75%
G=35.06%
B=24.19%

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
Decimal25121614900.140.410.0239.4192.7378.43
HexFBD8950E292275d4e
Octal37333022501651247135116
Binary111110111101100010010101011101010011010011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD895; }

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

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

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

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

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

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

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

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