Shades of Watusi #F6CDB8
Tints of Watusi #F6CDB8
RGB
CMYK
RGB Variations
Color information
#F6CDB8 (or 0xF6CDB8) is known color: Watusi. HEX triplet: F6, CD and B8. RGB value is (246,205,184). Sum of RGB (Red+Green+Blue) = 246+205+184=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 184 (72.27% from 255 or 28.98% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDB8 is #093247. Grayscale: #D6D6D6. Windows color (decimal): -602696 or 12111350. OLE color: 12111350.
HSL color Cylindrical-coordinate representation of color #F6CDB8: hue angle of 20.32º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6CDB8 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 184 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.04 |
| HSL | 20.32º | 0.78% | 0.84% | - |
| HSV(B) | 20.32º | 0.25% | 0.96% | - |
| XYZ | 68.49 | 66.72 | 54.62 | - |
| YUV | 214.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 184 | 0 | 0.17 | 0.25 | 0.04 | 20.32 | 0.78 | 0.84 |
| Hex | F6 | CD | B8 | 0 | 11 | 19 | 4 | 14 | 4E | 54 |
| Octal | 366 | 315 | 270 | 0 | 21 | 31 | 4 | 24 | 116 | 124 |
| Binary | 11110110 | 11001101 | 10111000 | 0 | 10001 | 11001 | 100 | 10100 | 1001110 | 1010100 |
Color Harmonies of #F6CDB8
Complementary color
Monochromatic Colors of #F6CDB8
Black with #F6CDB8
Text Example
Text Example
White with #F6CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDB8; }
p { color: rgb(246,205,184); }
H1.HeaderClassName
{
color: #F6CDB8;
}
.AnyTagClassName
{
color: #F6CDB8;
}
</style>
background-color css
<style>
a { background-color: #F6CDB8; }
a { background-color: rgb(246,205,184); }
div.DivClassName
{
background-color: #F6CDB8;
}
.BgClassName
{
background-color: #F6CDB8;
}
</style>
border-color css
<style>
span { border-color: #F6CDB8; }
span { border-color: rgb(246,205,184); }
td.TdClassName
{
border-color: #F6CDB8;
}
.TagClassName
{
border-color: #F6CDB8;
}
</style>