Shades of Watusi #FACAB8
Tints of Watusi #FACAB8
RGB
CMYK
RGB Variations
Color information
#FACAB8 (or 0xFACAB8) is known color: Watusi. HEX triplet: FA, CA and B8. RGB value is (250,202,184). Sum of RGB (Red+Green+Blue) = 250+202+184=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAB8 is #053547. Grayscale: #D6D6D6. Windows color (decimal): -341320 or 12110586. OLE color: 12110586.
HSL color Cylindrical-coordinate representation of color #FACAB8: hue angle of 16.36º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FACAB8 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 184 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.02 |
| HSL | 16.36º | 0.87% | 0.85% | - |
| HSV(B) | 16.36º | 0.26% | 0.98% | - |
| XYZ | 69.2 | 66.03 | 54.44 | - |
| YUV | 214.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 184 | 0 | 0.19 | 0.26 | 0.02 | 16.36 | 0.87 | 0.85 |
| Hex | FA | CA | B8 | 0 | 13 | 1A | 2 | 10 | 57 | 55 |
| Octal | 372 | 312 | 270 | 0 | 23 | 32 | 2 | 20 | 127 | 125 |
| Binary | 11111010 | 11001010 | 10111000 | 0 | 10011 | 11010 | 10 | 10000 | 1010111 | 1010101 |
Color Harmonies of #FACAB8
Complementary color
Monochromatic Colors of #FACAB8
Black with #FACAB8
Text Example
Text Example
White with #FACAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAB8; }
p { color: rgb(250,202,184); }
H1.HeaderClassName
{
color: #FACAB8;
}
.AnyTagClassName
{
color: #FACAB8;
}
</style>
background-color css
<style>
a { background-color: #FACAB8; }
a { background-color: rgb(250,202,184); }
div.DivClassName
{
background-color: #FACAB8;
}
.BgClassName
{
background-color: #FACAB8;
}
</style>
border-color css
<style>
span { border-color: #FACAB8; }
span { border-color: rgb(250,202,184); }
td.TdClassName
{
border-color: #FACAB8;
}
.TagClassName
{
border-color: #FACAB8;
}
</style>