Shades of Watusi #FACDB8
Tints of Watusi #FACDB8
RGB
CMYK
RGB Variations
Color information
#FACDB8 (or 0xFACDB8) is known color: Watusi. HEX triplet: FA, CD and B8. RGB value is (250,205,184). Sum of RGB (Red+Green+Blue) = 250+205+184=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDB8 is #053247. Grayscale: #D8D8D8. Windows color (decimal): -340552 or 12111354. OLE color: 12111354.
HSL color Cylindrical-coordinate representation of color #FACDB8: hue angle of 19.09º 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 #FACDB8 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 184 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.02 |
| HSL | 19.09º | 0.87% | 0.85% | - |
| HSV(B) | 19.09º | 0.26% | 0.98% | - |
| XYZ | 69.91 | 67.45 | 54.68 | - |
| YUV | 216.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 184 | 0 | 0.18 | 0.26 | 0.02 | 19.09 | 0.87 | 0.85 |
| Hex | FA | CD | B8 | 0 | 12 | 1A | 2 | 13 | 57 | 55 |
| Octal | 372 | 315 | 270 | 0 | 22 | 32 | 2 | 23 | 127 | 125 |
| Binary | 11111010 | 11001101 | 10111000 | 0 | 10010 | 11010 | 10 | 10011 | 1010111 | 1010101 |
Color Harmonies of #FACDB8
Complementary color
Monochromatic Colors of #FACDB8
Black with #FACDB8
Text Example
Text Example
White with #FACDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDB8; }
p { color: rgb(250,205,184); }
H1.HeaderClassName
{
color: #FACDB8;
}
.AnyTagClassName
{
color: #FACDB8;
}
</style>
background-color css
<style>
a { background-color: #FACDB8; }
a { background-color: rgb(250,205,184); }
div.DivClassName
{
background-color: #FACDB8;
}
.BgClassName
{
background-color: #FACDB8;
}
</style>
border-color css
<style>
span { border-color: #FACDB8; }
span { border-color: rgb(250,205,184); }
td.TdClassName
{
border-color: #FACDB8;
}
.TagClassName
{
border-color: #FACDB8;
}
</style>