Shades of Watusi #F2CABC
Tints of Watusi #F2CABC
RGB
CMYK
RGB Variations
Color information
#F2CABC (or 0xF2CABC) is known color: Watusi. HEX triplet: F2, CA and BC. RGB value is (242,202,188). Sum of RGB (Red+Green+Blue) = 242+202+188=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CABC is #0D3543. Grayscale: #D4D4D4. Windows color (decimal): -865604 or 12372722. OLE color: 12372722.
HSL color Cylindrical-coordinate representation of color #F2CABC: hue angle of 15.56º 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 #F2CABC is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 188 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.05 |
| HSL | 15.56º | 0.68% | 0.84% | - |
| HSV(B) | 15.56º | 0.22% | 0.95% | - |
| XYZ | 66.82 | 64.75 | 56.55 | - |
| YUV | 212.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 188 | 0 | 0.17 | 0.22 | 0.05 | 15.56 | 0.68 | 0.84 |
| Hex | F2 | CA | BC | 0 | 11 | 16 | 5 | 10 | 44 | 54 |
| Octal | 362 | 312 | 274 | 0 | 21 | 26 | 5 | 20 | 104 | 124 |
| Binary | 11110010 | 11001010 | 10111100 | 0 | 10001 | 10110 | 101 | 10000 | 1000100 | 1010100 |
Color Harmonies of #F2CABC
Complementary color
Monochromatic Colors of #F2CABC
Black with #F2CABC
Text Example
Text Example
White with #F2CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CABC; }
p { color: rgb(242,202,188); }
H1.HeaderClassName
{
color: #F2CABC;
}
.AnyTagClassName
{
color: #F2CABC;
}
</style>
background-color css
<style>
a { background-color: #F2CABC; }
a { background-color: rgb(242,202,188); }
div.DivClassName
{
background-color: #F2CABC;
}
.BgClassName
{
background-color: #F2CABC;
}
</style>
border-color css
<style>
span { border-color: #F2CABC; }
span { border-color: rgb(242,202,188); }
td.TdClassName
{
border-color: #F2CABC;
}
.TagClassName
{
border-color: #F2CABC;
}
</style>