Shades of Watusi #F2C8BA
Tints of Watusi #F2C8BA
RGB
CMYK
RGB Variations
Color information
#F2C8BA (or 0xF2C8BA) is known color: Watusi. HEX triplet: F2, C8 and BA. RGB value is (242,200,186). Sum of RGB (Red+Green+Blue) = 242+200+186=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8BA is #0D3745. Grayscale: #D3D3D3. Windows color (decimal): -866118 or 12241138. OLE color: 12241138.
HSL color Cylindrical-coordinate representation of color #F2C8BA: hue angle of 15º 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 #F2C8BA is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 186 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.05 |
| HSL | 15º | 0.68% | 0.84% | - |
| HSV(B) | 15º | 0.23% | 0.95% | - |
| XYZ | 66.14 | 63.73 | 55.27 | - |
| YUV | 210.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 186 | 0 | 0.17 | 0.23 | 0.05 | 15 | 0.68 | 0.84 |
| Hex | F2 | C8 | BA | 0 | 11 | 17 | 5 | F | 44 | 54 |
| Octal | 362 | 310 | 272 | 0 | 21 | 27 | 5 | 17 | 104 | 124 |
| Binary | 11110010 | 11001000 | 10111010 | 0 | 10001 | 10111 | 101 | 1111 | 1000100 | 1010100 |
Color Harmonies of #F2C8BA
Complementary color
Monochromatic Colors of #F2C8BA
Black with #F2C8BA
Text Example
Text Example
White with #F2C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8BA; }
p { color: rgb(242,200,186); }
H1.HeaderClassName
{
color: #F2C8BA;
}
.AnyTagClassName
{
color: #F2C8BA;
}
</style>
background-color css
<style>
a { background-color: #F2C8BA; }
a { background-color: rgb(242,200,186); }
div.DivClassName
{
background-color: #F2C8BA;
}
.BgClassName
{
background-color: #F2C8BA;
}
</style>
border-color css
<style>
span { border-color: #F2C8BA; }
span { border-color: rgb(242,200,186); }
td.TdClassName
{
border-color: #F2C8BA;
}
.TagClassName
{
border-color: #F2C8BA;
}
</style>