Shades of Island Spice #FBF1DF
Tints of Island Spice #FBF1DF
RGB
CMYK
RGB Variations
Color information
#FBF1DF (or 0xFBF1DF) is known color: Island Spice. HEX triplet: FB, F1 and DF. RGB value is (251,241,223). Sum of RGB (Red+Green+Blue) = 251+241+223=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1DF is #040E20. Grayscale: #F2F2F2. Windows color (decimal): -265761 or 14676475. OLE color: 14676475.
HSL color Cylindrical-coordinate representation of color #FBF1DF: hue angle of 38.57º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBF1DF is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 223 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.02 |
| HSL | 38.57º | 0.78% | 0.93% | - |
| HSV(B) | 38.57º | 0.11% | 0.98% | - |
| XYZ | 84.56 | 88.75 | 82.49 | - |
| YUV | 241.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 223 | 0 | 0.04 | 0.11 | 0.02 | 38.57 | 0.78 | 0.93 |
| Hex | FB | F1 | DF | 0 | 4 | B | 2 | 27 | 4E | 5D |
| Octal | 373 | 361 | 337 | 0 | 4 | 13 | 2 | 47 | 116 | 135 |
| Binary | 11111011 | 11110001 | 11011111 | 0 | 100 | 1011 | 10 | 100111 | 1001110 | 1011101 |
Color Harmonies of #FBF1DF
Complementary color
Monochromatic Colors of #FBF1DF
Black with #FBF1DF
Text Example
Text Example
White with #FBF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1DF; }
p { color: rgb(251,241,223); }
H1.HeaderClassName
{
color: #FBF1DF;
}
.AnyTagClassName
{
color: #FBF1DF;
}
</style>
background-color css
<style>
a { background-color: #FBF1DF; }
a { background-color: rgb(251,241,223); }
div.DivClassName
{
background-color: #FBF1DF;
}
.BgClassName
{
background-color: #FBF1DF;
}
</style>
border-color css
<style>
span { border-color: #FBF1DF; }
span { border-color: rgb(251,241,223); }
td.TdClassName
{
border-color: #FBF1DF;
}
.TagClassName
{
border-color: #FBF1DF;
}
</style>