Shades of Watusi #F2CFBA
Tints of Watusi #F2CFBA
RGB
CMYK
RGB Variations
Color information
#F2CFBA (or 0xF2CFBA) is known color: Watusi. HEX triplet: F2, CF and BA. RGB value is (242,207,186). Sum of RGB (Red+Green+Blue) = 242+207+186=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFBA is #0D3045. Grayscale: #D7D7D7. Windows color (decimal): -864326 or 12242930. OLE color: 12242930.
HSL color Cylindrical-coordinate representation of color #F2CFBA: hue angle of 22.5º degrees, saturation: 0.68, 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 #F2CFBA is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 186 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.05 |
| HSL | 22.5º | 0.68% | 0.84% | - |
| HSV(B) | 22.5º | 0.23% | 0.95% | - |
| XYZ | 67.79 | 67.05 | 55.82 | - |
| YUV | 215.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 186 | 0 | 0.14 | 0.23 | 0.05 | 22.5 | 0.68 | 0.84 |
| Hex | F2 | CF | BA | 0 | E | 17 | 5 | 16 | 44 | 54 |
| Octal | 362 | 317 | 272 | 0 | 16 | 27 | 5 | 26 | 104 | 124 |
| Binary | 11110010 | 11001111 | 10111010 | 0 | 1110 | 10111 | 101 | 10110 | 1000100 | 1010100 |
Color Harmonies of #F2CFBA
Complementary color
Monochromatic Colors of #F2CFBA
Black with #F2CFBA
Text Example
Text Example
White with #F2CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFBA; }
p { color: rgb(242,207,186); }
H1.HeaderClassName
{
color: #F2CFBA;
}
.AnyTagClassName
{
color: #F2CFBA;
}
</style>
background-color css
<style>
a { background-color: #F2CFBA; }
a { background-color: rgb(242,207,186); }
div.DivClassName
{
background-color: #F2CFBA;
}
.BgClassName
{
background-color: #F2CFBA;
}
</style>
border-color css
<style>
span { border-color: #F2CFBA; }
span { border-color: rgb(242,207,186); }
td.TdClassName
{
border-color: #F2CFBA;
}
.TagClassName
{
border-color: #F2CFBA;
}
</style>