Shades of Watusi #FACDB9
Tints of Watusi #FACDB9
RGB
CMYK
RGB Variations
Color information
#FACDB9 (or 0xFACDB9) is known color: Watusi. HEX triplet: FA, CD and B9. RGB value is (250,205,185). Sum of RGB (Red+Green+Blue) = 250+205+185=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 185 (72.66% from 255 or 28.91% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDB9 is #053246. Grayscale: #D8D8D8. Windows color (decimal): -340551 or 12176890. OLE color: 12176890.
HSL color Cylindrical-coordinate representation of color #FACDB9: hue angle of 18.46º 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 #FACDB9 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 185 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.02 |
| HSL | 18.46º | 0.87% | 0.85% | - |
| HSV(B) | 18.46º | 0.26% | 0.98% | - |
| XYZ | 70.01 | 67.49 | 55.24 | - |
| YUV | 216.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 185 | 0 | 0.18 | 0.26 | 0.02 | 18.46 | 0.87 | 0.85 |
| Hex | FA | CD | B9 | 0 | 12 | 1A | 2 | 12 | 57 | 55 |
| Octal | 372 | 315 | 271 | 0 | 22 | 32 | 2 | 22 | 127 | 125 |
| Binary | 11111010 | 11001101 | 10111001 | 0 | 10010 | 11010 | 10 | 10010 | 1010111 | 1010101 |
Color Harmonies of #FACDB9
Complementary color
Monochromatic Colors of #FACDB9
Black with #FACDB9
Text Example
Text Example
White with #FACDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDB9; }
p { color: rgb(250,205,185); }
H1.HeaderClassName
{
color: #FACDB9;
}
.AnyTagClassName
{
color: #FACDB9;
}
</style>
background-color css
<style>
a { background-color: #FACDB9; }
a { background-color: rgb(250,205,185); }
div.DivClassName
{
background-color: #FACDB9;
}
.BgClassName
{
background-color: #FACDB9;
}
</style>
border-color css
<style>
span { border-color: #FACDB9; }
span { border-color: rgb(250,205,185); }
td.TdClassName
{
border-color: #FACDB9;
}
.TagClassName
{
border-color: #FACDB9;
}
</style>