Shades of Watusi #F6CBB9
Tints of Watusi #F6CBB9
RGB
CMYK
RGB Variations
Color information
#F6CBB9 (or 0xF6CBB9) is known color: Watusi. HEX triplet: F6, CB and B9. RGB value is (246,203,185). Sum of RGB (Red+Green+Blue) = 246+203+185=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBB9 is #093446. Grayscale: #D5D5D5. Windows color (decimal): -603207 or 12176374. OLE color: 12176374.
HSL color Cylindrical-coordinate representation of color #F6CBB9: hue angle of 17.7º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6CBB9 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 185 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.04 |
| HSL | 17.7º | 0.77% | 0.85% | - |
| HSV(B) | 17.7º | 0.25% | 0.96% | - |
| XYZ | 68.12 | 65.81 | 55.01 | - |
| YUV | 213.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 185 | 0 | 0.17 | 0.25 | 0.04 | 17.7 | 0.77 | 0.85 |
| Hex | F6 | CB | B9 | 0 | 11 | 19 | 4 | 12 | 4D | 55 |
| Octal | 366 | 313 | 271 | 0 | 21 | 31 | 4 | 22 | 115 | 125 |
| Binary | 11110110 | 11001011 | 10111001 | 0 | 10001 | 11001 | 100 | 10010 | 1001101 | 1010101 |
Color Harmonies of #F6CBB9
Complementary color
Monochromatic Colors of #F6CBB9
Black with #F6CBB9
Text Example
Text Example
White with #F6CBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CBB9; }
p { color: rgb(246,203,185); }
H1.HeaderClassName
{
color: #F6CBB9;
}
.AnyTagClassName
{
color: #F6CBB9;
}
</style>
background-color css
<style>
a { background-color: #F6CBB9; }
a { background-color: rgb(246,203,185); }
div.DivClassName
{
background-color: #F6CBB9;
}
.BgClassName
{
background-color: #F6CBB9;
}
</style>
border-color css
<style>
span { border-color: #F6CBB9; }
span { border-color: rgb(246,203,185); }
td.TdClassName
{
border-color: #F6CBB9;
}
.TagClassName
{
border-color: #F6CBB9;
}
</style>