Shades of Watusi #F3C7B7
Tints of Watusi #F3C7B7
RGB
CMYK
RGB Variations
Color information
#F3C7B7 (or 0xF3C7B7) is known color: Watusi. HEX triplet: F3, C7 and B7. RGB value is (243,199,183). Sum of RGB (Red+Green+Blue) = 243+199+183=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C7B7 is #0C3848. Grayscale: #D2D2D2. Windows color (decimal): -800841 or 12044275. OLE color: 12044275.
HSL color Cylindrical-coordinate representation of color #F3C7B7: hue angle of 16º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3C7B7 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 183 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.05 |
| HSL | 16º | 0.71% | 0.84% | - |
| HSV(B) | 16º | 0.25% | 0.95% | - |
| XYZ | 65.93 | 63.32 | 53.55 | - |
| YUV | 210.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 183 | 0 | 0.18 | 0.25 | 0.05 | 16 | 0.71 | 0.84 |
| Hex | F3 | C7 | B7 | 0 | 12 | 19 | 5 | 10 | 47 | 54 |
| Octal | 363 | 307 | 267 | 0 | 22 | 31 | 5 | 20 | 107 | 124 |
| Binary | 11110011 | 11000111 | 10110111 | 0 | 10010 | 11001 | 101 | 10000 | 1000111 | 1010100 |
Color Harmonies of #F3C7B7
Complementary color
Monochromatic Colors of #F3C7B7
Black with #F3C7B7
Text Example
Text Example
White with #F3C7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C7B7; }
p { color: rgb(243,199,183); }
H1.HeaderClassName
{
color: #F3C7B7;
}
.AnyTagClassName
{
color: #F3C7B7;
}
</style>
background-color css
<style>
a { background-color: #F3C7B7; }
a { background-color: rgb(243,199,183); }
div.DivClassName
{
background-color: #F3C7B7;
}
.BgClassName
{
background-color: #F3C7B7;
}
</style>
border-color css
<style>
span { border-color: #F3C7B7; }
span { border-color: rgb(243,199,183); }
td.TdClassName
{
border-color: #F3C7B7;
}
.TagClassName
{
border-color: #F3C7B7;
}
</style>