Shades of Watusi #FACDBE
Tints of Watusi #FACDBE
RGB
CMYK
RGB Variations
Color information
#FACDBE (or 0xFACDBE) is known color: Watusi. HEX triplet: FA, CD and BE. RGB value is (250,205,190). Sum of RGB (Red+Green+Blue) = 250+205+190=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDBE is #053241. Grayscale: #D8D8D8. Windows color (decimal): -340546 or 12504570. OLE color: 12504570.
HSL color Cylindrical-coordinate representation of color #FACDBE: hue angle of 15º 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 #FACDBE is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 190 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.02 |
| HSL | 15º | 0.86% | 0.86% | - |
| HSV(B) | 15º | 0.24% | 0.98% | - |
| XYZ | 70.55 | 67.7 | 58.07 | - |
| YUV | 216.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 190 | 0 | 0.18 | 0.24 | 0.02 | 15 | 0.86 | 0.86 |
| Hex | FA | CD | BE | 0 | 12 | 18 | 2 | F | 56 | 56 |
| Octal | 372 | 315 | 276 | 0 | 22 | 30 | 2 | 17 | 126 | 126 |
| Binary | 11111010 | 11001101 | 10111110 | 0 | 10010 | 11000 | 10 | 1111 | 1010110 | 1010110 |
Color Harmonies of #FACDBE
Complementary color
Monochromatic Colors of #FACDBE
Black with #FACDBE
Text Example
Text Example
White with #FACDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDBE; }
p { color: rgb(250,205,190); }
H1.HeaderClassName
{
color: #FACDBE;
}
.AnyTagClassName
{
color: #FACDBE;
}
</style>
background-color css
<style>
a { background-color: #FACDBE; }
a { background-color: rgb(250,205,190); }
div.DivClassName
{
background-color: #FACDBE;
}
.BgClassName
{
background-color: #FACDBE;
}
</style>
border-color css
<style>
span { border-color: #FACDBE; }
span { border-color: rgb(250,205,190); }
td.TdClassName
{
border-color: #FACDBE;
}
.TagClassName
{
border-color: #FACDBE;
}
</style>