Shades of Watusi #F2CCBC
Tints of Watusi #F2CCBC
RGB
CMYK
RGB Variations
Color information
#F2CCBC (or 0xF2CCBC) is known color: Watusi. HEX triplet: F2, CC and BC. RGB value is (242,204,188). Sum of RGB (Red+Green+Blue) = 242+204+188=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCBC is #0D3343. Grayscale: #D5D5D5. Windows color (decimal): -865092 or 12373234. OLE color: 12373234.
HSL color Cylindrical-coordinate representation of color #F2CCBC: hue angle of 17.78º 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 #F2CCBC is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 188 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.05 |
| HSL | 17.78º | 0.68% | 0.84% | - |
| HSV(B) | 17.78º | 0.22% | 0.95% | - |
| XYZ | 67.29 | 65.69 | 56.71 | - |
| YUV | 213.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 188 | 0 | 0.16 | 0.22 | 0.05 | 17.78 | 0.68 | 0.84 |
| Hex | F2 | CC | BC | 0 | 10 | 16 | 5 | 12 | 44 | 54 |
| Octal | 362 | 314 | 274 | 0 | 20 | 26 | 5 | 22 | 104 | 124 |
| Binary | 11110010 | 11001100 | 10111100 | 0 | 10000 | 10110 | 101 | 10010 | 1000100 | 1010100 |
Color Harmonies of #F2CCBC
Complementary color
Monochromatic Colors of #F2CCBC
Black with #F2CCBC
Text Example
Text Example
White with #F2CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCBC; }
p { color: rgb(242,204,188); }
H1.HeaderClassName
{
color: #F2CCBC;
}
.AnyTagClassName
{
color: #F2CCBC;
}
</style>
background-color css
<style>
a { background-color: #F2CCBC; }
a { background-color: rgb(242,204,188); }
div.DivClassName
{
background-color: #F2CCBC;
}
.BgClassName
{
background-color: #F2CCBC;
}
</style>
border-color css
<style>
span { border-color: #F2CCBC; }
span { border-color: rgb(242,204,188); }
td.TdClassName
{
border-color: #F2CCBC;
}
.TagClassName
{
border-color: #F2CCBC;
}
</style>