Shades of Watusi #F2CDBC
Tints of Watusi #F2CDBC
RGB
CMYK
RGB Variations
Color information
#F2CDBC (or 0xF2CDBC) is known color: Watusi. HEX triplet: F2, CD and BC. RGB value is (242,205,188). Sum of RGB (Red+Green+Blue) = 242+205+188=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDBC is #0D3243. Grayscale: #D6D6D6. Windows color (decimal): -864836 or 12373490. OLE color: 12373490.
HSL color Cylindrical-coordinate representation of color #F2CDBC: hue angle of 18.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2CDBC is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 188 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.05 |
| HSL | 18.89º | 0.68% | 0.84% | - |
| HSV(B) | 18.89º | 0.22% | 0.95% | - |
| XYZ | 67.53 | 66.17 | 56.79 | - |
| YUV | 214.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 188 | 0 | 0.15 | 0.22 | 0.05 | 18.89 | 0.68 | 0.84 |
| Hex | F2 | CD | BC | 0 | F | 16 | 5 | 13 | 44 | 54 |
| Octal | 362 | 315 | 274 | 0 | 17 | 26 | 5 | 23 | 104 | 124 |
| Binary | 11110010 | 11001101 | 10111100 | 0 | 1111 | 10110 | 101 | 10011 | 1000100 | 1010100 |
Color Harmonies of #F2CDBC
Complementary color
Monochromatic Colors of #F2CDBC
Black with #F2CDBC
Text Example
Text Example
White with #F2CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDBC; }
p { color: rgb(242,205,188); }
H1.HeaderClassName
{
color: #F2CDBC;
}
.AnyTagClassName
{
color: #F2CDBC;
}
</style>
background-color css
<style>
a { background-color: #F2CDBC; }
a { background-color: rgb(242,205,188); }
div.DivClassName
{
background-color: #F2CDBC;
}
.BgClassName
{
background-color: #F2CDBC;
}
</style>
border-color css
<style>
span { border-color: #F2CDBC; }
span { border-color: rgb(242,205,188); }
td.TdClassName
{
border-color: #F2CDBC;
}
.TagClassName
{
border-color: #F2CDBC;
}
</style>