Shades of Watusi #F2C8BC
Tints of Watusi #F2C8BC
RGB
CMYK
RGB Variations
Color information
#F2C8BC (or 0xF2C8BC) is known color: Watusi. HEX triplet: F2, C8 and BC. RGB value is (242,200,188). Sum of RGB (Red+Green+Blue) = 242+200+188=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8BC is #0D3743. Grayscale: #D3D3D3. Windows color (decimal): -866116 or 12372210. OLE color: 12372210.
HSL color Cylindrical-coordinate representation of color #F2C8BC: hue angle of 13.33º degrees, saturation: 0.68, 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 #F2C8BC is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 188 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.05 |
| HSL | 13.33º | 0.68% | 0.84% | - |
| HSV(B) | 13.33º | 0.22% | 0.95% | - |
| XYZ | 66.35 | 63.82 | 56.4 | - |
| YUV | 211.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 188 | 0 | 0.17 | 0.22 | 0.05 | 13.33 | 0.68 | 0.84 |
| Hex | F2 | C8 | BC | 0 | 11 | 16 | 5 | D | 44 | 54 |
| Octal | 362 | 310 | 274 | 0 | 21 | 26 | 5 | 15 | 104 | 124 |
| Binary | 11110010 | 11001000 | 10111100 | 0 | 10001 | 10110 | 101 | 1101 | 1000100 | 1010100 |
Color Harmonies of #F2C8BC
Complementary color
Monochromatic Colors of #F2C8BC
Black with #F2C8BC
Text Example
Text Example
White with #F2C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8BC; }
p { color: rgb(242,200,188); }
H1.HeaderClassName
{
color: #F2C8BC;
}
.AnyTagClassName
{
color: #F2C8BC;
}
</style>
background-color css
<style>
a { background-color: #F2C8BC; }
a { background-color: rgb(242,200,188); }
div.DivClassName
{
background-color: #F2C8BC;
}
.BgClassName
{
background-color: #F2C8BC;
}
</style>
border-color css
<style>
span { border-color: #F2C8BC; }
span { border-color: rgb(242,200,188); }
td.TdClassName
{
border-color: #F2C8BC;
}
.TagClassName
{
border-color: #F2C8BC;
}
</style>