Shades of Watusi #F2CDBA
Tints of Watusi #F2CDBA
RGB
CMYK
RGB Variations
Color information
#F2CDBA (or 0xF2CDBA) is known color: Watusi. HEX triplet: F2, CD and BA. RGB value is (242,205,186). Sum of RGB (Red+Green+Blue) = 242+205+186=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDBA is #0D3245. Grayscale: #D6D6D6. Windows color (decimal): -864838 or 12242418. OLE color: 12242418.
HSL color Cylindrical-coordinate representation of color #F2CDBA: hue angle of 20.36º 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 #F2CDBA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 186 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.05 |
| HSL | 20.36º | 0.68% | 0.84% | - |
| HSV(B) | 20.36º | 0.23% | 0.95% | - |
| XYZ | 67.31 | 66.09 | 55.66 | - |
| YUV | 213.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 186 | 0 | 0.15 | 0.23 | 0.05 | 20.36 | 0.68 | 0.84 |
| Hex | F2 | CD | BA | 0 | F | 17 | 5 | 14 | 44 | 54 |
| Octal | 362 | 315 | 272 | 0 | 17 | 27 | 5 | 24 | 104 | 124 |
| Binary | 11110010 | 11001101 | 10111010 | 0 | 1111 | 10111 | 101 | 10100 | 1000100 | 1010100 |
Color Harmonies of #F2CDBA
Complementary color
Monochromatic Colors of #F2CDBA
Black with #F2CDBA
Text Example
Text Example
White with #F2CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDBA; }
p { color: rgb(242,205,186); }
H1.HeaderClassName
{
color: #F2CDBA;
}
.AnyTagClassName
{
color: #F2CDBA;
}
</style>
background-color css
<style>
a { background-color: #F2CDBA; }
a { background-color: rgb(242,205,186); }
div.DivClassName
{
background-color: #F2CDBA;
}
.BgClassName
{
background-color: #F2CDBA;
}
</style>
border-color css
<style>
span { border-color: #F2CDBA; }
span { border-color: rgb(242,205,186); }
td.TdClassName
{
border-color: #F2CDBA;
}
.TagClassName
{
border-color: #F2CDBA;
}
</style>