Shades of Watusi #F8CABA
Tints of Watusi #F8CABA
RGB
CMYK
RGB Variations
Color information
#F8CABA (or 0xF8CABA) is known color: Watusi. HEX triplet: F8, CA and BA. RGB value is (248,202,186). Sum of RGB (Red+Green+Blue) = 248+202+186=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CABA is #073545. Grayscale: #D6D6D6. Windows color (decimal): -472390 or 12241656. OLE color: 12241656.
HSL color Cylindrical-coordinate representation of color #F8CABA: hue angle of 15.48º degrees, saturation: 0.82, 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 #F8CABA is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 186 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.03 |
| HSL | 15.48º | 0.82% | 0.85% | - |
| HSV(B) | 15.48º | 0.25% | 0.97% | - |
| XYZ | 68.69 | 65.74 | 55.52 | - |
| YUV | 213.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 186 | 0 | 0.19 | 0.25 | 0.03 | 15.48 | 0.82 | 0.85 |
| Hex | F8 | CA | BA | 0 | 13 | 19 | 3 | F | 52 | 55 |
| Octal | 370 | 312 | 272 | 0 | 23 | 31 | 3 | 17 | 122 | 125 |
| Binary | 11111000 | 11001010 | 10111010 | 0 | 10011 | 11001 | 11 | 1111 | 1010010 | 1010101 |
Color Harmonies of #F8CABA
Complementary color
Monochromatic Colors of #F8CABA
Black with #F8CABA
Text Example
Text Example
White with #F8CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CABA; }
p { color: rgb(248,202,186); }
H1.HeaderClassName
{
color: #F8CABA;
}
.AnyTagClassName
{
color: #F8CABA;
}
</style>
background-color css
<style>
a { background-color: #F8CABA; }
a { background-color: rgb(248,202,186); }
div.DivClassName
{
background-color: #F8CABA;
}
.BgClassName
{
background-color: #F8CABA;
}
</style>
border-color css
<style>
span { border-color: #F8CABA; }
span { border-color: rgb(248,202,186); }
td.TdClassName
{
border-color: #F8CABA;
}
.TagClassName
{
border-color: #F8CABA;
}
</style>