Shades of Watusi #F8C8B6
Tints of Watusi #F8C8B6
RGB
CMYK
RGB Variations
Color information
#F8C8B6 (or 0xF8C8B6) is known color: Watusi. HEX triplet: F8, C8 and B6. RGB value is (248,200,182). Sum of RGB (Red+Green+Blue) = 248+200+182=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 182 (71.48% from 255 or 28.89% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C8B6 is #073749. Grayscale: #D4D4D4. Windows color (decimal): -472906 or 11979000. OLE color: 11979000.
HSL color Cylindrical-coordinate representation of color #F8C8B6: hue angle of 16.36º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8C8B6 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 182 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.03 |
| HSL | 16.36º | 0.83% | 0.84% | - |
| HSV(B) | 16.36º | 0.27% | 0.97% | - |
| XYZ | 67.81 | 64.64 | 53.16 | - |
| YUV | 212.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 182 | 0 | 0.19 | 0.27 | 0.03 | 16.36 | 0.83 | 0.84 |
| Hex | F8 | C8 | B6 | 0 | 13 | 1B | 3 | 10 | 52 | 54 |
| Octal | 370 | 310 | 266 | 0 | 23 | 33 | 3 | 20 | 122 | 124 |
| Binary | 11111000 | 11001000 | 10110110 | 0 | 10011 | 11011 | 11 | 10000 | 1010010 | 1010100 |
Color Harmonies of #F8C8B6
Complementary color
Monochromatic Colors of #F8C8B6
Black with #F8C8B6
Text Example
Text Example
White with #F8C8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C8B6; }
p { color: rgb(248,200,182); }
H1.HeaderClassName
{
color: #F8C8B6;
}
.AnyTagClassName
{
color: #F8C8B6;
}
</style>
background-color css
<style>
a { background-color: #F8C8B6; }
a { background-color: rgb(248,200,182); }
div.DivClassName
{
background-color: #F8C8B6;
}
.BgClassName
{
background-color: #F8C8B6;
}
</style>
border-color css
<style>
span { border-color: #F8C8B6; }
span { border-color: rgb(248,200,182); }
td.TdClassName
{
border-color: #F8C8B6;
}
.TagClassName
{
border-color: #F8C8B6;
}
</style>