Shades of Watusi #F2CDBD
Tints of Watusi #F2CDBD
RGB
CMYK
RGB Variations
Color information
#F2CDBD (or 0xF2CDBD) is known color: Watusi. HEX triplet: F2, CD and BD. RGB value is (242,205,189). Sum of RGB (Red+Green+Blue) = 242+205+189=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDBD is #0D3242. Grayscale: #D6D6D6. Windows color (decimal): -864835 or 12439026. OLE color: 12439026.
HSL color Cylindrical-coordinate representation of color #F2CDBD: hue angle of 18.11º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2CDBD is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 189 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.05 |
| HSL | 18.11º | 0.67% | 0.85% | - |
| HSV(B) | 18.11º | 0.22% | 0.95% | - |
| XYZ | 67.63 | 66.21 | 57.36 | - |
| YUV | 214.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 189 | 0 | 0.15 | 0.22 | 0.05 | 18.11 | 0.67 | 0.85 |
| Hex | F2 | CD | BD | 0 | F | 16 | 5 | 12 | 43 | 55 |
| Octal | 362 | 315 | 275 | 0 | 17 | 26 | 5 | 22 | 103 | 125 |
| Binary | 11110010 | 11001101 | 10111101 | 0 | 1111 | 10110 | 101 | 10010 | 1000011 | 1010101 |
Color Harmonies of #F2CDBD
Complementary color
Monochromatic Colors of #F2CDBD
Black with #F2CDBD
Text Example
Text Example
White with #F2CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDBD; }
p { color: rgb(242,205,189); }
H1.HeaderClassName
{
color: #F2CDBD;
}
.AnyTagClassName
{
color: #F2CDBD;
}
</style>
background-color css
<style>
a { background-color: #F2CDBD; }
a { background-color: rgb(242,205,189); }
div.DivClassName
{
background-color: #F2CDBD;
}
.BgClassName
{
background-color: #F2CDBD;
}
</style>
border-color css
<style>
span { border-color: #F2CDBD; }
span { border-color: rgb(242,205,189); }
td.TdClassName
{
border-color: #F2CDBD;
}
.TagClassName
{
border-color: #F2CDBD;
}
</style>