Shades of Tuft Bush #FAD5C5
Tints of Tuft Bush #FAD5C5
RGB
CMYK
RGB Variations
Color information
#FAD5C5 (or 0xFAD5C5) is known color: Tuft Bush. HEX triplet: FA, D5 and C5. RGB value is (250,213,197). Sum of RGB (Red+Green+Blue) = 250+213+197=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 213 (83.59% from 255 or 32.27% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5C5 is #052A3A. Grayscale: #DEDEDE. Windows color (decimal): -338491 or 12965370. OLE color: 12965370.
HSL color Cylindrical-coordinate representation of color #FAD5C5: hue angle of 18.11º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAD5C5 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 213 | 197 | - |
CMYK | 0 | 0.15 | 0.21 | 0.02 |
HSL | 18.11º | 0.84% | 0.88% | - |
HSV(B) | 18.11º | 0.21% | 0.98% | - |
XYZ | 73.3 | 71.94 | 62.85 | - |
YUV | 222.24 | 113.76 | 147.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 213 | 197 | 0 | 0.15 | 0.21 | 0.02 | 18.11 | 0.84 | 0.88 |
Hex | FA | D5 | C5 | 0 | F | 15 | 2 | 12 | 54 | 58 |
Octal | 372 | 325 | 305 | 0 | 17 | 25 | 2 | 22 | 124 | 130 |
Binary | 11111010 | 11010101 | 11000101 | 0 | 1111 | 10101 | 10 | 10010 | 1010100 | 1011000 |
Color Harmonies of #FAD5C5
Complementary color
Monochromatic Colors of #FAD5C5
Black with #FAD5C5
Text Example
Text Example
White with #FAD5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD5C5; }
p { color: rgb(250,213,197); }
H1.HeaderClassName
{
color: #FAD5C5;
}
.AnyTagClassName
{
color: #FAD5C5;
}
</style>
background-color css
<style>
a { background-color: #FAD5C5; }
a { background-color: rgb(250,213,197); }
div.DivClassName
{
background-color: #FAD5C5;
}
.BgClassName
{
background-color: #FAD5C5;
}
</style>
border-color css
<style>
span { border-color: #FAD5C5; }
span { border-color: rgb(250,213,197); }
td.TdClassName
{
border-color: #FAD5C5;
}
.TagClassName
{
border-color: #FAD5C5;
}
</style>