Shades of Watusi #F8CCB7
Tints of Watusi #F8CCB7
RGB
CMYK
RGB Variations
Color information
#F8CCB7 (or 0xF8CCB7) is known color: Watusi. HEX triplet: F8, CC and B7. RGB value is (248,204,183). Sum of RGB (Red+Green+Blue) = 248+204+183=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCB7 is #073348. Grayscale: #D6D6D6. Windows color (decimal): -471881 or 12045560. OLE color: 12045560.
HSL color Cylindrical-coordinate representation of color #F8CCB7: hue angle of 19.38º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8CCB7 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 183 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.03 |
| HSL | 19.38º | 0.82% | 0.85% | - |
| HSV(B) | 19.38º | 0.26% | 0.97% | - |
| XYZ | 68.85 | 66.56 | 54.02 | - |
| YUV | 214.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 183 | 0 | 0.18 | 0.26 | 0.03 | 19.38 | 0.82 | 0.85 |
| Hex | F8 | CC | B7 | 0 | 12 | 1A | 3 | 13 | 52 | 55 |
| Octal | 370 | 314 | 267 | 0 | 22 | 32 | 3 | 23 | 122 | 125 |
| Binary | 11111000 | 11001100 | 10110111 | 0 | 10010 | 11010 | 11 | 10011 | 1010010 | 1010101 |
Color Harmonies of #F8CCB7
Complementary color
Monochromatic Colors of #F8CCB7
Black with #F8CCB7
Text Example
Text Example
White with #F8CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCB7; }
p { color: rgb(248,204,183); }
H1.HeaderClassName
{
color: #F8CCB7;
}
.AnyTagClassName
{
color: #F8CCB7;
}
</style>
background-color css
<style>
a { background-color: #F8CCB7; }
a { background-color: rgb(248,204,183); }
div.DivClassName
{
background-color: #F8CCB7;
}
.BgClassName
{
background-color: #F8CCB7;
}
</style>
border-color css
<style>
span { border-color: #F8CCB7; }
span { border-color: rgb(248,204,183); }
td.TdClassName
{
border-color: #F8CCB7;
}
.TagClassName
{
border-color: #F8CCB7;
}
</style>