Shades of Watusi #F2CABA
Tints of Watusi #F2CABA
RGB
CMYK
RGB Variations
Color information
#F2CABA (or 0xF2CABA) is known color: Watusi. HEX triplet: F2, CA and BA. RGB value is (242,202,186). Sum of RGB (Red+Green+Blue) = 242+202+186=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CABA is #0D3545. Grayscale: #D4D4D4. Windows color (decimal): -865606 or 12241650. OLE color: 12241650.
HSL color Cylindrical-coordinate representation of color #F2CABA: hue angle of 17.14º 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 #F2CABA is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 186 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.05 |
| HSL | 17.14º | 0.68% | 0.84% | - |
| HSV(B) | 17.14º | 0.23% | 0.95% | - |
| XYZ | 66.6 | 64.66 | 55.43 | - |
| YUV | 212.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 186 | 0 | 0.17 | 0.23 | 0.05 | 17.14 | 0.68 | 0.84 |
| Hex | F2 | CA | BA | 0 | 11 | 17 | 5 | 11 | 44 | 54 |
| Octal | 362 | 312 | 272 | 0 | 21 | 27 | 5 | 21 | 104 | 124 |
| Binary | 11110010 | 11001010 | 10111010 | 0 | 10001 | 10111 | 101 | 10001 | 1000100 | 1010100 |
Color Harmonies of #F2CABA
Complementary color
Monochromatic Colors of #F2CABA
Black with #F2CABA
Text Example
Text Example
White with #F2CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CABA; }
p { color: rgb(242,202,186); }
H1.HeaderClassName
{
color: #F2CABA;
}
.AnyTagClassName
{
color: #F2CABA;
}
</style>
background-color css
<style>
a { background-color: #F2CABA; }
a { background-color: rgb(242,202,186); }
div.DivClassName
{
background-color: #F2CABA;
}
.BgClassName
{
background-color: #F2CABA;
}
</style>
border-color css
<style>
span { border-color: #F2CABA; }
span { border-color: rgb(242,202,186); }
td.TdClassName
{
border-color: #F2CABA;
}
.TagClassName
{
border-color: #F2CABA;
}
</style>