Shades of Rose Bud #FAAA8F
Tints of Rose Bud #FAAA8F
RGB
CMYK
RGB Variations
Color information
#FAAA8F (or 0xFAAA8F) is known color: Rose Bud. HEX triplet: FA, AA and 8F. RGB value is (250,170,143). Sum of RGB (Red+Green+Blue) = 250+170+143=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA8F is #055570. Grayscale: #BFBFBF. Windows color (decimal): -349553 or 9415418. OLE color: 9415418.
HSL color Cylindrical-coordinate representation of color #FAAA8F: hue angle of 15.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAAA8F is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 143 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.02 |
| HSL | 15.14º | 0.91% | 0.77% | - |
| HSV(B) | 15.14º | 0.43% | 0.98% | - |
| XYZ | 58.76 | 51.06 | 32.74 | - |
| YUV | 190.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 143 | 0 | 0.32 | 0.43 | 0.02 | 15.14 | 0.91 | 0.77 |
| Hex | FA | AA | 8F | 0 | 20 | 2B | 2 | F | 5B | 4D |
| Octal | 372 | 252 | 217 | 0 | 40 | 53 | 2 | 17 | 133 | 115 |
| Binary | 11111010 | 10101010 | 10001111 | 0 | 100000 | 101011 | 10 | 1111 | 1011011 | 1001101 |
Color Harmonies of #FAAA8F
Complementary color
Monochromatic Colors of #FAAA8F
Black with #FAAA8F
Text Example
Text Example
White with #FAAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA8F; }
p { color: rgb(250,170,143); }
H1.HeaderClassName
{
color: #FAAA8F;
}
.AnyTagClassName
{
color: #FAAA8F;
}
</style>
background-color css
<style>
a { background-color: #FAAA8F; }
a { background-color: rgb(250,170,143); }
div.DivClassName
{
background-color: #FAAA8F;
}
.BgClassName
{
background-color: #FAAA8F;
}
</style>
border-color css
<style>
span { border-color: #FAAA8F; }
span { border-color: rgb(250,170,143); }
td.TdClassName
{
border-color: #FAAA8F;
}
.TagClassName
{
border-color: #FAAA8F;
}
</style>