Shades of Watusi #F3C7B8
Tints of Watusi #F3C7B8
RGB
CMYK
RGB Variations
Color information
#F3C7B8 (or 0xF3C7B8) is known color: Watusi. HEX triplet: F3, C7 and B8. RGB value is (243,199,184). Sum of RGB (Red+Green+Blue) = 243+199+184=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C7B8 is #0C3847. Grayscale: #D2D2D2. Windows color (decimal): -800840 or 12109811. OLE color: 12109811.
HSL color Cylindrical-coordinate representation of color #F3C7B8: hue angle of 15.25º 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 #F3C7B8 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 184 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.05 |
| HSL | 15.25º | 0.71% | 0.84% | - |
| HSV(B) | 15.25º | 0.24% | 0.95% | - |
| XYZ | 66.04 | 63.36 | 54.1 | - |
| YUV | 210.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 184 | 0 | 0.18 | 0.24 | 0.05 | 15.25 | 0.71 | 0.84 |
| Hex | F3 | C7 | B8 | 0 | 12 | 18 | 5 | F | 47 | 54 |
| Octal | 363 | 307 | 270 | 0 | 22 | 30 | 5 | 17 | 107 | 124 |
| Binary | 11110011 | 11000111 | 10111000 | 0 | 10010 | 11000 | 101 | 1111 | 1000111 | 1010100 |
Color Harmonies of #F3C7B8
Complementary color
Monochromatic Colors of #F3C7B8
Black with #F3C7B8
Text Example
Text Example
White with #F3C7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C7B8; }
p { color: rgb(243,199,184); }
H1.HeaderClassName
{
color: #F3C7B8;
}
.AnyTagClassName
{
color: #F3C7B8;
}
</style>
background-color css
<style>
a { background-color: #F3C7B8; }
a { background-color: rgb(243,199,184); }
div.DivClassName
{
background-color: #F3C7B8;
}
.BgClassName
{
background-color: #F3C7B8;
}
</style>
border-color css
<style>
span { border-color: #F3C7B8; }
span { border-color: rgb(243,199,184); }
td.TdClassName
{
border-color: #F3C7B8;
}
.TagClassName
{
border-color: #F3C7B8;
}
</style>