#FBD991

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

Shades of Caramel #FBD991

Tints of Caramel #FBD991

Color information

#FBD991 (or 0xFBD991) is unknown color: approx Caramel. HEX triplet: FB, D9 and 91. RGB value is (251,217,145). Sum of RGB (Red+Green+Blue) = 251+217+145=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD991 is #04266E. Grayscale: #DBDBDB. Windows color (decimal): -271983 or 9558523. OLE color: 9558523.

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

Color convert

RGB251217145-
CMYK00.140.420.02
HSL40.75º92.98%77.65%-
HSV(B)40.75º42.23%98.43%-
XYZ69.7172.1837.05-
YUV218.9686.26150.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 145 (57.03% from 255) = 23.65%
R=40.95%
G=35.40%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121714500.140.420.0240.7592.9877.65
HexFBD9910E2A2295d4e
Octal37333122101652251135116
Binary111110111101100110010001011101010101010100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD991; }

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

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

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

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

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

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

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

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