Shades of Island Spice #FBF0DB
Tints of Island Spice #FBF0DB
RGB
CMYK
RGB Variations
Color information
#FBF0DB (or 0xFBF0DB) is known color: Island Spice. HEX triplet: FB, F0 and DB. RGB value is (251,240,219). Sum of RGB (Red+Green+Blue) = 251+240+219=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0DB is #040F24. Grayscale: #F0F0F0. Windows color (decimal): -266021 or 14414075. OLE color: 14414075.
HSL color Cylindrical-coordinate representation of color #FBF0DB: hue angle of 39.38º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBF0DB is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 240 | 219 | - |
CMYK | 0 | 0.04 | 0.13 | 0.02 |
HSL | 39.38º | 0.8% | 0.92% | - |
HSV(B) | 39.38º | 0.13% | 0.98% | - |
XYZ | 83.73 | 87.94 | 79.58 | - |
YUV | 240.9 | 115.64 | 135.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 240 | 219 | 0 | 0.04 | 0.13 | 0.02 | 39.38 | 0.8 | 0.92 |
Hex | FB | F0 | DB | 0 | 4 | D | 2 | 27 | 50 | 5C |
Octal | 373 | 360 | 333 | 0 | 4 | 15 | 2 | 47 | 120 | 134 |
Binary | 11111011 | 11110000 | 11011011 | 0 | 100 | 1101 | 10 | 100111 | 1010000 | 1011100 |
Color Harmonies of #FBF0DB
Complementary color
Monochromatic Colors of #FBF0DB
Black with #FBF0DB
Text Example
Text Example
White with #FBF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0DB; }
p { color: rgb(251,240,219); }
H1.HeaderClassName
{
color: #FBF0DB;
}
.AnyTagClassName
{
color: #FBF0DB;
}
</style>
background-color css
<style>
a { background-color: #FBF0DB; }
a { background-color: rgb(251,240,219); }
div.DivClassName
{
background-color: #FBF0DB;
}
.BgClassName
{
background-color: #FBF0DB;
}
</style>
border-color css
<style>
span { border-color: #FBF0DB; }
span { border-color: rgb(251,240,219); }
td.TdClassName
{
border-color: #FBF0DB;
}
.TagClassName
{
border-color: #FBF0DB;
}
</style>