Shades of Watusi #F1D2BA
Tints of Watusi #F1D2BA
RGB
CMYK
RGB Variations
Color information
#F1D2BA (or 0xF1D2BA) is known color: Watusi. HEX triplet: F1, D2 and BA. RGB value is (241,210,186). Sum of RGB (Red+Green+Blue) = 241+210+186=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2BA is #0E2D45. Grayscale: #D8D8D8. Windows color (decimal): -929094 or 12243697. OLE color: 12243697.
HSL color Cylindrical-coordinate representation of color #F1D2BA: hue angle of 26.18º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1D2BA is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 186 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.05 |
| HSL | 26.18º | 0.66% | 0.84% | - |
| HSV(B) | 26.18º | 0.23% | 0.95% | - |
| XYZ | 68.19 | 68.34 | 56.05 | - |
| YUV | 216.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 186 | 0 | 0.13 | 0.23 | 0.05 | 26.18 | 0.66 | 0.84 |
| Hex | F1 | D2 | BA | 0 | D | 17 | 5 | 1A | 42 | 54 |
| Octal | 361 | 322 | 272 | 0 | 15 | 27 | 5 | 32 | 102 | 124 |
| Binary | 11110001 | 11010010 | 10111010 | 0 | 1101 | 10111 | 101 | 11010 | 1000010 | 1010100 |
Color Harmonies of #F1D2BA
Complementary color
Monochromatic Colors of #F1D2BA
Black with #F1D2BA
Text Example
Text Example
White with #F1D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2BA; }
p { color: rgb(241,210,186); }
H1.HeaderClassName
{
color: #F1D2BA;
}
.AnyTagClassName
{
color: #F1D2BA;
}
</style>
background-color css
<style>
a { background-color: #F1D2BA; }
a { background-color: rgb(241,210,186); }
div.DivClassName
{
background-color: #F1D2BA;
}
.BgClassName
{
background-color: #F1D2BA;
}
</style>
border-color css
<style>
span { border-color: #F1D2BA; }
span { border-color: rgb(241,210,186); }
td.TdClassName
{
border-color: #F1D2BA;
}
.TagClassName
{
border-color: #F1D2BA;
}
</style>