Shades of Watusi #F1CFBD
Tints of Watusi #F1CFBD
RGB
CMYK
RGB Variations
Color information
#F1CFBD (or 0xF1CFBD) is known color: Watusi. HEX triplet: F1, CF and BD. RGB value is (241,207,189). Sum of RGB (Red+Green+Blue) = 241+207+189=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFBD is #0E3042. Grayscale: #D7D7D7. Windows color (decimal): -929859 or 12439537. OLE color: 12439537.
HSL color Cylindrical-coordinate representation of color #F1CFBD: hue angle of 20.77º degrees, saturation: 0.65, 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 #F1CFBD is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 189 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.05 |
| HSL | 20.77º | 0.65% | 0.84% | - |
| HSV(B) | 20.77º | 0.22% | 0.95% | - |
| XYZ | 67.77 | 67 | 57.5 | - |
| YUV | 215.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 189 | 0 | 0.14 | 0.22 | 0.05 | 20.77 | 0.65 | 0.84 |
| Hex | F1 | CF | BD | 0 | E | 16 | 5 | 15 | 41 | 54 |
| Octal | 361 | 317 | 275 | 0 | 16 | 26 | 5 | 25 | 101 | 124 |
| Binary | 11110001 | 11001111 | 10111101 | 0 | 1110 | 10110 | 101 | 10101 | 1000001 | 1010100 |
Color Harmonies of #F1CFBD
Complementary color
Monochromatic Colors of #F1CFBD
Black with #F1CFBD
Text Example
Text Example
White with #F1CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFBD; }
p { color: rgb(241,207,189); }
H1.HeaderClassName
{
color: #F1CFBD;
}
.AnyTagClassName
{
color: #F1CFBD;
}
</style>
background-color css
<style>
a { background-color: #F1CFBD; }
a { background-color: rgb(241,207,189); }
div.DivClassName
{
background-color: #F1CFBD;
}
.BgClassName
{
background-color: #F1CFBD;
}
</style>
border-color css
<style>
span { border-color: #F1CFBD; }
span { border-color: rgb(241,207,189); }
td.TdClassName
{
border-color: #F1CFBD;
}
.TagClassName
{
border-color: #F1CFBD;
}
</style>