#FBD99B

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

Shades of Caramel #FBD99B

Tints of Caramel #FBD99B

Color information

#FBD99B (or 0xFBD99B) is unknown color: approx Caramel. HEX triplet: FB, D9 and 9B. RGB value is (251,217,155). Sum of RGB (Red+Green+Blue) = 251+217+155=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 155 (60.94% from 255 or 24.88% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD99B is #042664. Grayscale: #DCDCDC. Windows color (decimal): -271973 or 10213883. OLE color: 10213883.

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

Color convert

RGB251217155-
CMYK00.140.380.02
HSL38.75º92.31%79.61%-
HSV(B)38.75º38.25%98.43%-
XYZ70.5172.541.29-
YUV220.191.26150.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 155 (60.94% from 255) = 24.88%
R=40.29%
G=34.83%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121715500.140.380.0238.7592.3179.61
HexFBD99B0E262275c50
Octal37333123301646247134120
Binary111110111101100110011011011101001101010011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD99B; }

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

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

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

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

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

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

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

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