Shades of Rose Bud #FAAB9F
Tints of Rose Bud #FAAB9F
RGB
CMYK
RGB Variations
Color information
#FAAB9F (or 0xFAAB9F) is known color: Rose Bud. HEX triplet: FA, AB and 9F. RGB value is (250,171,159). Sum of RGB (Red+Green+Blue) = 250+171+159=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB9F is #055460. Grayscale: #C1C1C1. Windows color (decimal): -349281 or 10464250. OLE color: 10464250.
HSL color Cylindrical-coordinate representation of color #FAAB9F: hue angle of 7.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAAB9F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 159 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.02 |
| HSL | 7.91º | 0.9% | 0.8% | - |
| HSV(B) | 7.91º | 0.36% | 0.98% | - |
| XYZ | 60.25 | 51.95 | 39.65 | - |
| YUV | 193.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 159 | 0 | 0.32 | 0.36 | 0.02 | 7.91 | 0.9 | 0.8 |
| Hex | FA | AB | 9F | 0 | 20 | 24 | 2 | 8 | 5A | 50 |
| Octal | 372 | 253 | 237 | 0 | 40 | 44 | 2 | 10 | 132 | 120 |
| Binary | 11111010 | 10101011 | 10011111 | 0 | 100000 | 100100 | 10 | 1000 | 1011010 | 1010000 |
Color Harmonies of #FAAB9F
Complementary color
Monochromatic Colors of #FAAB9F
Black with #FAAB9F
Text Example
Text Example
White with #FAAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB9F; }
p { color: rgb(250,171,159); }
H1.HeaderClassName
{
color: #FAAB9F;
}
.AnyTagClassName
{
color: #FAAB9F;
}
</style>
background-color css
<style>
a { background-color: #FAAB9F; }
a { background-color: rgb(250,171,159); }
div.DivClassName
{
background-color: #FAAB9F;
}
.BgClassName
{
background-color: #FAAB9F;
}
</style>
border-color css
<style>
span { border-color: #FAAB9F; }
span { border-color: rgb(250,171,159); }
td.TdClassName
{
border-color: #FAAB9F;
}
.TagClassName
{
border-color: #FAAB9F;
}
</style>