Shades of Watusi #FACBBC
Tints of Watusi #FACBBC
RGB
CMYK
RGB Variations
Color information
#FACBBC (or 0xFACBBC) is known color: Watusi. HEX triplet: FA, CB and BC. RGB value is (250,203,188). Sum of RGB (Red+Green+Blue) = 250+203+188=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBBC is #053443. Grayscale: #D7D7D7. Windows color (decimal): -341060 or 12372986. OLE color: 12372986.
HSL color Cylindrical-coordinate representation of color #FACBBC: hue angle of 14.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FACBBC is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 188 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.02 |
| HSL | 14.52º | 0.86% | 0.86% | - |
| HSV(B) | 14.52º | 0.25% | 0.98% | - |
| XYZ | 69.86 | 66.67 | 56.76 | - |
| YUV | 215.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 188 | 0 | 0.19 | 0.25 | 0.02 | 14.52 | 0.86 | 0.86 |
| Hex | FA | CB | BC | 0 | 13 | 19 | 2 | F | 56 | 56 |
| Octal | 372 | 313 | 274 | 0 | 23 | 31 | 2 | 17 | 126 | 126 |
| Binary | 11111010 | 11001011 | 10111100 | 0 | 10011 | 11001 | 10 | 1111 | 1010110 | 1010110 |
Color Harmonies of #FACBBC
Complementary color
Monochromatic Colors of #FACBBC
Black with #FACBBC
Text Example
Text Example
White with #FACBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBBC; }
p { color: rgb(250,203,188); }
H1.HeaderClassName
{
color: #FACBBC;
}
.AnyTagClassName
{
color: #FACBBC;
}
</style>
background-color css
<style>
a { background-color: #FACBBC; }
a { background-color: rgb(250,203,188); }
div.DivClassName
{
background-color: #FACBBC;
}
.BgClassName
{
background-color: #FACBBC;
}
</style>
border-color css
<style>
span { border-color: #FACBBC; }
span { border-color: rgb(250,203,188); }
td.TdClassName
{
border-color: #FACBBC;
}
.TagClassName
{
border-color: #FACBBC;
}
</style>