Shades of Watusi #F2CFBF
Tints of Watusi #F2CFBF
RGB
CMYK
RGB Variations
Color information
#F2CFBF (or 0xF2CFBF) is known color: Watusi. HEX triplet: F2, CF and BF. RGB value is (242,207,191). Sum of RGB (Red+Green+Blue) = 242+207+191=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFBF is #0D3040. Grayscale: #D7D7D7. Windows color (decimal): -864321 or 12570610. OLE color: 12570610.
HSL color Cylindrical-coordinate representation of color #F2CFBF: hue angle of 18.82º degrees, saturation: 0.66, 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 #F2CFBF is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 191 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.05 |
| HSL | 18.82º | 0.66% | 0.85% | - |
| HSV(B) | 18.82º | 0.21% | 0.95% | - |
| XYZ | 68.33 | 67.26 | 58.67 | - |
| YUV | 215.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 191 | 0 | 0.14 | 0.21 | 0.05 | 18.82 | 0.66 | 0.85 |
| Hex | F2 | CF | BF | 0 | E | 15 | 5 | 13 | 42 | 55 |
| Octal | 362 | 317 | 277 | 0 | 16 | 25 | 5 | 23 | 102 | 125 |
| Binary | 11110010 | 11001111 | 10111111 | 0 | 1110 | 10101 | 101 | 10011 | 1000010 | 1010101 |
Color Harmonies of #F2CFBF
Complementary color
Monochromatic Colors of #F2CFBF
Black with #F2CFBF
Text Example
Text Example
White with #F2CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFBF; }
p { color: rgb(242,207,191); }
H1.HeaderClassName
{
color: #F2CFBF;
}
.AnyTagClassName
{
color: #F2CFBF;
}
</style>
background-color css
<style>
a { background-color: #F2CFBF; }
a { background-color: rgb(242,207,191); }
div.DivClassName
{
background-color: #F2CFBF;
}
.BgClassName
{
background-color: #F2CFBF;
}
</style>
border-color css
<style>
span { border-color: #F2CFBF; }
span { border-color: rgb(242,207,191); }
td.TdClassName
{
border-color: #F2CFBF;
}
.TagClassName
{
border-color: #F2CFBF;
}
</style>