Shades of Watusi #F1D2BB
Tints of Watusi #F1D2BB
RGB
CMYK
RGB Variations
Color information
#F1D2BB (or 0xF1D2BB) is known color: Watusi. HEX triplet: F1, D2 and BB. RGB value is (241,210,187). Sum of RGB (Red+Green+Blue) = 241+210+187=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2BB is #0E2D44. Grayscale: #D8D8D8. Windows color (decimal): -929093 or 12309233. OLE color: 12309233.
HSL color Cylindrical-coordinate representation of color #F1D2BB: hue angle of 25.56º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1D2BB is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 187 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.05 |
| HSL | 25.56º | 0.66% | 0.84% | - |
| HSV(B) | 25.56º | 0.22% | 0.95% | - |
| XYZ | 68.29 | 68.38 | 56.61 | - |
| YUV | 216.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 187 | 0 | 0.13 | 0.22 | 0.05 | 25.56 | 0.66 | 0.84 |
| Hex | F1 | D2 | BB | 0 | D | 16 | 5 | 1A | 42 | 54 |
| Octal | 361 | 322 | 273 | 0 | 15 | 26 | 5 | 32 | 102 | 124 |
| Binary | 11110001 | 11010010 | 10111011 | 0 | 1101 | 10110 | 101 | 11010 | 1000010 | 1010100 |
Color Harmonies of #F1D2BB
Complementary color
Monochromatic Colors of #F1D2BB
Black with #F1D2BB
Text Example
Text Example
White with #F1D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2BB; }
p { color: rgb(241,210,187); }
H1.HeaderClassName
{
color: #F1D2BB;
}
.AnyTagClassName
{
color: #F1D2BB;
}
</style>
background-color css
<style>
a { background-color: #F1D2BB; }
a { background-color: rgb(241,210,187); }
div.DivClassName
{
background-color: #F1D2BB;
}
.BgClassName
{
background-color: #F1D2BB;
}
</style>
border-color css
<style>
span { border-color: #F1D2BB; }
span { border-color: rgb(241,210,187); }
td.TdClassName
{
border-color: #F1D2BB;
}
.TagClassName
{
border-color: #F1D2BB;
}
</style>