Shades of Watusi #F2D2BA
Tints of Watusi #F2D2BA
RGB
CMYK
RGB Variations
Color information
#F2D2BA (or 0xF2D2BA) is known color: Watusi. HEX triplet: F2, D2 and BA. RGB value is (242,210,186). Sum of RGB (Red+Green+Blue) = 242+210+186=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2BA is #0D2D45. Grayscale: #D8D8D8. Windows color (decimal): -863558 or 12243698. OLE color: 12243698.
HSL color Cylindrical-coordinate representation of color #F2D2BA: hue angle of 25.71º 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 #F2D2BA is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 186 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.05 |
| HSL | 25.71º | 0.68% | 0.84% | - |
| HSV(B) | 25.71º | 0.23% | 0.95% | - |
| XYZ | 68.53 | 68.52 | 56.07 | - |
| YUV | 216.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 186 | 0 | 0.13 | 0.23 | 0.05 | 25.71 | 0.68 | 0.84 |
| Hex | F2 | D2 | BA | 0 | D | 17 | 5 | 1A | 44 | 54 |
| Octal | 362 | 322 | 272 | 0 | 15 | 27 | 5 | 32 | 104 | 124 |
| Binary | 11110010 | 11010010 | 10111010 | 0 | 1101 | 10111 | 101 | 11010 | 1000100 | 1010100 |
Color Harmonies of #F2D2BA
Complementary color
Monochromatic Colors of #F2D2BA
Black with #F2D2BA
Text Example
Text Example
White with #F2D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2BA; }
p { color: rgb(242,210,186); }
H1.HeaderClassName
{
color: #F2D2BA;
}
.AnyTagClassName
{
color: #F2D2BA;
}
</style>
background-color css
<style>
a { background-color: #F2D2BA; }
a { background-color: rgb(242,210,186); }
div.DivClassName
{
background-color: #F2D2BA;
}
.BgClassName
{
background-color: #F2D2BA;
}
</style>
border-color css
<style>
span { border-color: #F2D2BA; }
span { border-color: rgb(242,210,186); }
td.TdClassName
{
border-color: #F2D2BA;
}
.TagClassName
{
border-color: #F2D2BA;
}
</style>