Shades of Watusi #F1CFBE
Tints of Watusi #F1CFBE
RGB
CMYK
RGB Variations
Color information
#F1CFBE (or 0xF1CFBE) is known color: Watusi. HEX triplet: F1, CF and BE. RGB value is (241,207,190). Sum of RGB (Red+Green+Blue) = 241+207+190=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFBE is #0E3041. Grayscale: #D7D7D7. Windows color (decimal): -929858 or 12505073. OLE color: 12505073.
HSL color Cylindrical-coordinate representation of color #F1CFBE: hue angle of 20º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1CFBE is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 190 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.05 |
| HSL | 20º | 0.65% | 0.85% | - |
| HSV(B) | 20º | 0.21% | 0.95% | - |
| XYZ | 67.88 | 67.04 | 58.08 | - |
| YUV | 215.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 190 | 0 | 0.14 | 0.21 | 0.05 | 20 | 0.65 | 0.85 |
| Hex | F1 | CF | BE | 0 | E | 15 | 5 | 14 | 41 | 55 |
| Octal | 361 | 317 | 276 | 0 | 16 | 25 | 5 | 24 | 101 | 125 |
| Binary | 11110001 | 11001111 | 10111110 | 0 | 1110 | 10101 | 101 | 10100 | 1000001 | 1010101 |
Color Harmonies of #F1CFBE
Complementary color
Monochromatic Colors of #F1CFBE
Black with #F1CFBE
Text Example
Text Example
White with #F1CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFBE; }
p { color: rgb(241,207,190); }
H1.HeaderClassName
{
color: #F1CFBE;
}
.AnyTagClassName
{
color: #F1CFBE;
}
</style>
background-color css
<style>
a { background-color: #F1CFBE; }
a { background-color: rgb(241,207,190); }
div.DivClassName
{
background-color: #F1CFBE;
}
.BgClassName
{
background-color: #F1CFBE;
}
</style>
border-color css
<style>
span { border-color: #F1CFBE; }
span { border-color: rgb(241,207,190); }
td.TdClassName
{
border-color: #F1CFBE;
}
.TagClassName
{
border-color: #F1CFBE;
}
</style>