Shades of Watusi #F2CABE
Tints of Watusi #F2CABE
RGB
CMYK
RGB Variations
Color information
#F2CABE (or 0xF2CABE) is known color: Watusi. HEX triplet: F2, CA and BE. RGB value is (242,202,190). Sum of RGB (Red+Green+Blue) = 242+202+190=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CABE is #0D3541. Grayscale: #D4D4D4. Windows color (decimal): -865602 or 12503794. OLE color: 12503794.
HSL color Cylindrical-coordinate representation of color #F2CABE: hue angle of 13.85º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2CABE is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 190 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.05 |
| HSL | 13.85º | 0.67% | 0.85% | - |
| HSV(B) | 13.85º | 0.21% | 0.95% | - |
| XYZ | 67.03 | 64.84 | 57.7 | - |
| YUV | 212.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 190 | 0 | 0.17 | 0.21 | 0.05 | 13.85 | 0.67 | 0.85 |
| Hex | F2 | CA | BE | 0 | 11 | 15 | 5 | E | 43 | 55 |
| Octal | 362 | 312 | 276 | 0 | 21 | 25 | 5 | 16 | 103 | 125 |
| Binary | 11110010 | 11001010 | 10111110 | 0 | 10001 | 10101 | 101 | 1110 | 1000011 | 1010101 |
Color Harmonies of #F2CABE
Complementary color
Monochromatic Colors of #F2CABE
Black with #F2CABE
Text Example
Text Example
White with #F2CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CABE; }
p { color: rgb(242,202,190); }
H1.HeaderClassName
{
color: #F2CABE;
}
.AnyTagClassName
{
color: #F2CABE;
}
</style>
background-color css
<style>
a { background-color: #F2CABE; }
a { background-color: rgb(242,202,190); }
div.DivClassName
{
background-color: #F2CABE;
}
.BgClassName
{
background-color: #F2CABE;
}
</style>
border-color css
<style>
span { border-color: #F2CABE; }
span { border-color: rgb(242,202,190); }
td.TdClassName
{
border-color: #F2CABE;
}
.TagClassName
{
border-color: #F2CABE;
}
</style>