Shades of Watusi #FACDBD
Tints of Watusi #FACDBD
RGB
CMYK
RGB Variations
Color information
#FACDBD (or 0xFACDBD) is known color: Watusi. HEX triplet: FA, CD and BD. RGB value is (250,205,189). Sum of RGB (Red+Green+Blue) = 250+205+189=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDBD is #053242. Grayscale: #D8D8D8. Windows color (decimal): -340547 or 12439034. OLE color: 12439034.
HSL color Cylindrical-coordinate representation of color #FACDBD: hue angle of 15.74º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FACDBD is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 189 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.02 |
| HSL | 15.74º | 0.86% | 0.86% | - |
| HSV(B) | 15.74º | 0.24% | 0.98% | - |
| XYZ | 70.44 | 67.66 | 57.49 | - |
| YUV | 216.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 189 | 0 | 0.18 | 0.24 | 0.02 | 15.74 | 0.86 | 0.86 |
| Hex | FA | CD | BD | 0 | 12 | 18 | 2 | 10 | 56 | 56 |
| Octal | 372 | 315 | 275 | 0 | 22 | 30 | 2 | 20 | 126 | 126 |
| Binary | 11111010 | 11001101 | 10111101 | 0 | 10010 | 11000 | 10 | 10000 | 1010110 | 1010110 |
Color Harmonies of #FACDBD
Complementary color
Monochromatic Colors of #FACDBD
Black with #FACDBD
Text Example
Text Example
White with #FACDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDBD; }
p { color: rgb(250,205,189); }
H1.HeaderClassName
{
color: #FACDBD;
}
.AnyTagClassName
{
color: #FACDBD;
}
</style>
background-color css
<style>
a { background-color: #FACDBD; }
a { background-color: rgb(250,205,189); }
div.DivClassName
{
background-color: #FACDBD;
}
.BgClassName
{
background-color: #FACDBD;
}
</style>
border-color css
<style>
span { border-color: #FACDBD; }
span { border-color: rgb(250,205,189); }
td.TdClassName
{
border-color: #FACDBD;
}
.TagClassName
{
border-color: #FACDBD;
}
</style>