Shades of Watusi #F6CDC0
Tints of Watusi #F6CDC0
RGB
CMYK
RGB Variations
Color information
#F6CDC0 (or 0xF6CDC0) is known color: Watusi. HEX triplet: F6, CD and C0. RGB value is (246,205,192). Sum of RGB (Red+Green+Blue) = 246+205+192=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 192 (75.39% from 255 or 29.86% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDC0 is #09323F. Grayscale: #D7D7D7. Windows color (decimal): -602688 or 12635638. OLE color: 12635638.
HSL color Cylindrical-coordinate representation of color #F6CDC0: hue angle of 14.44º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6CDC0 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 192 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.04 |
| HSL | 14.44º | 0.75% | 0.86% | - |
| HSV(B) | 14.44º | 0.22% | 0.96% | - |
| XYZ | 69.35 | 67.06 | 59.16 | - |
| YUV | 215.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 192 | 0 | 0.17 | 0.22 | 0.04 | 14.44 | 0.75 | 0.86 |
| Hex | F6 | CD | C0 | 0 | 11 | 16 | 4 | E | 4B | 56 |
| Octal | 366 | 315 | 300 | 0 | 21 | 26 | 4 | 16 | 113 | 126 |
| Binary | 11110110 | 11001101 | 11000000 | 0 | 10001 | 10110 | 100 | 1110 | 1001011 | 1010110 |
Color Harmonies of #F6CDC0
Complementary color
Monochromatic Colors of #F6CDC0
Black with #F6CDC0
Text Example
Text Example
White with #F6CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDC0; }
p { color: rgb(246,205,192); }
H1.HeaderClassName
{
color: #F6CDC0;
}
.AnyTagClassName
{
color: #F6CDC0;
}
</style>
background-color css
<style>
a { background-color: #F6CDC0; }
a { background-color: rgb(246,205,192); }
div.DivClassName
{
background-color: #F6CDC0;
}
.BgClassName
{
background-color: #F6CDC0;
}
</style>
border-color css
<style>
span { border-color: #F6CDC0; }
span { border-color: rgb(246,205,192); }
td.TdClassName
{
border-color: #F6CDC0;
}
.TagClassName
{
border-color: #F6CDC0;
}
</style>