Shades of Watusi #F8CBBB
Tints of Watusi #F8CBBB
RGB
CMYK
RGB Variations
Color information
#F8CBBB (or 0xF8CBBB) is known color: Watusi. HEX triplet: F8, CB and BB. RGB value is (248,203,187). Sum of RGB (Red+Green+Blue) = 248+203+187=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBBB is #073444. Grayscale: #D6D6D6. Windows color (decimal): -472133 or 12307448. OLE color: 12307448.
HSL color Cylindrical-coordinate representation of color #F8CBBB: hue angle of 15.74º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8CBBB is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 187 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.03 |
| HSL | 15.74º | 0.81% | 0.85% | - |
| HSV(B) | 15.74º | 0.25% | 0.97% | - |
| XYZ | 69.04 | 66.26 | 56.16 | - |
| YUV | 214.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 187 | 0 | 0.18 | 0.25 | 0.03 | 15.74 | 0.81 | 0.85 |
| Hex | F8 | CB | BB | 0 | 12 | 19 | 3 | 10 | 51 | 55 |
| Octal | 370 | 313 | 273 | 0 | 22 | 31 | 3 | 20 | 121 | 125 |
| Binary | 11111000 | 11001011 | 10111011 | 0 | 10010 | 11001 | 11 | 10000 | 1010001 | 1010101 |
Color Harmonies of #F8CBBB
Complementary color
Monochromatic Colors of #F8CBBB
Black with #F8CBBB
Text Example
Text Example
White with #F8CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBBB; }
p { color: rgb(248,203,187); }
H1.HeaderClassName
{
color: #F8CBBB;
}
.AnyTagClassName
{
color: #F8CBBB;
}
</style>
background-color css
<style>
a { background-color: #F8CBBB; }
a { background-color: rgb(248,203,187); }
div.DivClassName
{
background-color: #F8CBBB;
}
.BgClassName
{
background-color: #F8CBBB;
}
</style>
border-color css
<style>
span { border-color: #F8CBBB; }
span { border-color: rgb(248,203,187); }
td.TdClassName
{
border-color: #F8CBBB;
}
.TagClassName
{
border-color: #F8CBBB;
}
</style>