Shades of Watusi #FACBB8
Tints of Watusi #FACBB8
RGB
CMYK
RGB Variations
Color information
#FACBB8 (or 0xFACBB8) is known color: Watusi. HEX triplet: FA, CB and B8. RGB value is (250,203,184). Sum of RGB (Red+Green+Blue) = 250+203+184=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBB8 is #053447. Grayscale: #D7D7D7. Windows color (decimal): -341064 or 12110842. OLE color: 12110842.
HSL color Cylindrical-coordinate representation of color #FACBB8: hue angle of 17.27º 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 #FACBB8 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 184 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.02 |
| HSL | 17.27º | 0.87% | 0.85% | - |
| HSV(B) | 17.27º | 0.26% | 0.98% | - |
| XYZ | 69.43 | 66.5 | 54.52 | - |
| YUV | 214.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 184 | 0 | 0.19 | 0.26 | 0.02 | 17.27 | 0.87 | 0.85 |
| Hex | FA | CB | B8 | 0 | 13 | 1A | 2 | 11 | 57 | 55 |
| Octal | 372 | 313 | 270 | 0 | 23 | 32 | 2 | 21 | 127 | 125 |
| Binary | 11111010 | 11001011 | 10111000 | 0 | 10011 | 11010 | 10 | 10001 | 1010111 | 1010101 |
Color Harmonies of #FACBB8
Complementary color
Monochromatic Colors of #FACBB8
Black with #FACBB8
Text Example
Text Example
White with #FACBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBB8; }
p { color: rgb(250,203,184); }
H1.HeaderClassName
{
color: #FACBB8;
}
.AnyTagClassName
{
color: #FACBB8;
}
</style>
background-color css
<style>
a { background-color: #FACBB8; }
a { background-color: rgb(250,203,184); }
div.DivClassName
{
background-color: #FACBB8;
}
.BgClassName
{
background-color: #FACBB8;
}
</style>
border-color css
<style>
span { border-color: #FACBB8; }
span { border-color: rgb(250,203,184); }
td.TdClassName
{
border-color: #FACBB8;
}
.TagClassName
{
border-color: #FACBB8;
}
</style>