Shades of Watusi #FACCBD
Tints of Watusi #FACCBD
RGB
CMYK
RGB Variations
Color information
#FACCBD (or 0xFACCBD) is known color: Watusi. HEX triplet: FA, CC and BD. RGB value is (250,204,189). Sum of RGB (Red+Green+Blue) = 250+204+189=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCBD is #053342. Grayscale: #D8D8D8. Windows color (decimal): -340803 or 12438778. OLE color: 12438778.
HSL color Cylindrical-coordinate representation of color #FACCBD: hue angle of 14.75º 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 #FACCBD is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 189 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.02 |
| HSL | 14.75º | 0.86% | 0.86% | - |
| HSV(B) | 14.75º | 0.24% | 0.98% | - |
| XYZ | 70.2 | 67.18 | 57.41 | - |
| YUV | 216.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 189 | 0 | 0.18 | 0.24 | 0.02 | 14.75 | 0.86 | 0.86 |
| Hex | FA | CC | BD | 0 | 12 | 18 | 2 | F | 56 | 56 |
| Octal | 372 | 314 | 275 | 0 | 22 | 30 | 2 | 17 | 126 | 126 |
| Binary | 11111010 | 11001100 | 10111101 | 0 | 10010 | 11000 | 10 | 1111 | 1010110 | 1010110 |
Color Harmonies of #FACCBD
Complementary color
Monochromatic Colors of #FACCBD
Black with #FACCBD
Text Example
Text Example
White with #FACCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCBD; }
p { color: rgb(250,204,189); }
H1.HeaderClassName
{
color: #FACCBD;
}
.AnyTagClassName
{
color: #FACCBD;
}
</style>
background-color css
<style>
a { background-color: #FACCBD; }
a { background-color: rgb(250,204,189); }
div.DivClassName
{
background-color: #FACCBD;
}
.BgClassName
{
background-color: #FACCBD;
}
</style>
border-color css
<style>
span { border-color: #FACCBD; }
span { border-color: rgb(250,204,189); }
td.TdClassName
{
border-color: #FACCBD;
}
.TagClassName
{
border-color: #FACCBD;
}
</style>