Shades of Tuft Bush #FAD0C1
Tints of Tuft Bush #FAD0C1
RGB
CMYK
RGB Variations
Color information
#FAD0C1 (or 0xFAD0C1) is known color: Tuft Bush. HEX triplet: FA, D0 and C1. RGB value is (250,208,193). Sum of RGB (Red+Green+Blue) = 250+208+193=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0C1 is #052F3E. Grayscale: #DADADA. Windows color (decimal): -339775 or 12701946. OLE color: 12701946.
HSL color Cylindrical-coordinate representation of color #FAD0C1: hue angle of 15.79º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAD0C1 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 193 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.02 |
| HSL | 15.79º | 0.85% | 0.87% | - |
| HSV(B) | 15.79º | 0.23% | 0.98% | - |
| XYZ | 71.61 | 69.29 | 60.05 | - |
| YUV | 218.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 193 | 0 | 0.17 | 0.23 | 0.02 | 15.79 | 0.85 | 0.87 |
| Hex | FA | D0 | C1 | 0 | 11 | 17 | 2 | 10 | 55 | 57 |
| Octal | 372 | 320 | 301 | 0 | 21 | 27 | 2 | 20 | 125 | 127 |
| Binary | 11111010 | 11010000 | 11000001 | 0 | 10001 | 10111 | 10 | 10000 | 1010101 | 1010111 |
Color Harmonies of #FAD0C1
Complementary color
Monochromatic Colors of #FAD0C1
Black with #FAD0C1
Text Example
Text Example
White with #FAD0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0C1; }
p { color: rgb(250,208,193); }
H1.HeaderClassName
{
color: #FAD0C1;
}
.AnyTagClassName
{
color: #FAD0C1;
}
</style>
background-color css
<style>
a { background-color: #FAD0C1; }
a { background-color: rgb(250,208,193); }
div.DivClassName
{
background-color: #FAD0C1;
}
.BgClassName
{
background-color: #FAD0C1;
}
</style>
border-color css
<style>
span { border-color: #FAD0C1; }
span { border-color: rgb(250,208,193); }
td.TdClassName
{
border-color: #FAD0C1;
}
.TagClassName
{
border-color: #FAD0C1;
}
</style>