Shades of Rose Bud #FAAC91
Tints of Rose Bud #FAAC91
RGB
CMYK
RGB Variations
Color information
#FAAC91 (or 0xFAAC91) is known color: Rose Bud. HEX triplet: FA, AC and 91. RGB value is (250,172,145). Sum of RGB (Red+Green+Blue) = 250+172+145=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC91 is #05536E. Grayscale: #C0C0C0. Windows color (decimal): -349039 or 9547002. OLE color: 9547002.
HSL color Cylindrical-coordinate representation of color #FAAC91: hue angle of 15.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAAC91 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 145 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.02 |
| HSL | 15.43º | 0.91% | 0.77% | - |
| HSV(B) | 15.43º | 0.42% | 0.98% | - |
| XYZ | 59.29 | 51.87 | 33.68 | - |
| YUV | 192.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 145 | 0 | 0.31 | 0.42 | 0.02 | 15.43 | 0.91 | 0.77 |
| Hex | FA | AC | 91 | 0 | 1F | 2A | 2 | F | 5B | 4D |
| Octal | 372 | 254 | 221 | 0 | 37 | 52 | 2 | 17 | 133 | 115 |
| Binary | 11111010 | 10101100 | 10010001 | 0 | 11111 | 101010 | 10 | 1111 | 1011011 | 1001101 |
Color Harmonies of #FAAC91
Complementary color
Monochromatic Colors of #FAAC91
Black with #FAAC91
Text Example
Text Example
White with #FAAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAC91; }
p { color: rgb(250,172,145); }
H1.HeaderClassName
{
color: #FAAC91;
}
.AnyTagClassName
{
color: #FAAC91;
}
</style>
background-color css
<style>
a { background-color: #FAAC91; }
a { background-color: rgb(250,172,145); }
div.DivClassName
{
background-color: #FAAC91;
}
.BgClassName
{
background-color: #FAAC91;
}
</style>
border-color css
<style>
span { border-color: #FAAC91; }
span { border-color: rgb(250,172,145); }
td.TdClassName
{
border-color: #FAAC91;
}
.TagClassName
{
border-color: #FAAC91;
}
</style>