Shades of Watusi #F3C6B8
Tints of Watusi #F3C6B8
RGB
CMYK
RGB Variations
Color information
#F3C6B8 (or 0xF3C6B8) is known color: Watusi. HEX triplet: F3, C6 and B8. RGB value is (243,198,184). Sum of RGB (Red+Green+Blue) = 243+198+184=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 184 (72.27% from 255 or 29.44% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6B8 is #0C3947. Grayscale: #D1D1D1. Windows color (decimal): -801096 or 12109555. OLE color: 12109555.
HSL color Cylindrical-coordinate representation of color #F3C6B8: hue angle of 14.24º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3C6B8 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 184 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.05 |
| HSL | 14.24º | 0.71% | 0.84% | - |
| HSV(B) | 14.24º | 0.24% | 0.95% | - |
| XYZ | 65.81 | 62.9 | 54.02 | - |
| YUV | 209.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 184 | 0 | 0.19 | 0.24 | 0.05 | 14.24 | 0.71 | 0.84 |
| Hex | F3 | C6 | B8 | 0 | 13 | 18 | 5 | E | 47 | 54 |
| Octal | 363 | 306 | 270 | 0 | 23 | 30 | 5 | 16 | 107 | 124 |
| Binary | 11110011 | 11000110 | 10111000 | 0 | 10011 | 11000 | 101 | 1110 | 1000111 | 1010100 |
Color Harmonies of #F3C6B8
Complementary color
Monochromatic Colors of #F3C6B8
Black with #F3C6B8
Text Example
Text Example
White with #F3C6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C6B8; }
p { color: rgb(243,198,184); }
H1.HeaderClassName
{
color: #F3C6B8;
}
.AnyTagClassName
{
color: #F3C6B8;
}
</style>
background-color css
<style>
a { background-color: #F3C6B8; }
a { background-color: rgb(243,198,184); }
div.DivClassName
{
background-color: #F3C6B8;
}
.BgClassName
{
background-color: #F3C6B8;
}
</style>
border-color css
<style>
span { border-color: #F3C6B8; }
span { border-color: rgb(243,198,184); }
td.TdClassName
{
border-color: #F3C6B8;
}
.TagClassName
{
border-color: #F3C6B8;
}
</style>