Shades of Rose Bud #FAAB99
Tints of Rose Bud #FAAB99
RGB
CMYK
RGB Variations
Color information
#FAAB99 (or 0xFAAB99) is known color: Rose Bud. HEX triplet: FA, AB and 99. RGB value is (250,171,153). Sum of RGB (Red+Green+Blue) = 250+171+153=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB99 is #055466. Grayscale: #C0C0C0. Windows color (decimal): -349287 or 10071034. OLE color: 10071034.
HSL color Cylindrical-coordinate representation of color #FAAB99: hue angle of 11.13º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAAB99 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 153 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.02 |
| HSL | 11.13º | 0.91% | 0.79% | - |
| HSV(B) | 11.13º | 0.39% | 0.98% | - |
| XYZ | 59.74 | 51.75 | 36.98 | - |
| YUV | 192.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 153 | 0 | 0.32 | 0.39 | 0.02 | 11.13 | 0.91 | 0.79 |
| Hex | FA | AB | 99 | 0 | 20 | 27 | 2 | B | 5B | 4F |
| Octal | 372 | 253 | 231 | 0 | 40 | 47 | 2 | 13 | 133 | 117 |
| Binary | 11111010 | 10101011 | 10011001 | 0 | 100000 | 100111 | 10 | 1011 | 1011011 | 1001111 |
Color Harmonies of #FAAB99
Complementary color
Monochromatic Colors of #FAAB99
Black with #FAAB99
Text Example
Text Example
White with #FAAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB99; }
p { color: rgb(250,171,153); }
H1.HeaderClassName
{
color: #FAAB99;
}
.AnyTagClassName
{
color: #FAAB99;
}
</style>
background-color css
<style>
a { background-color: #FAAB99; }
a { background-color: rgb(250,171,153); }
div.DivClassName
{
background-color: #FAAB99;
}
.BgClassName
{
background-color: #FAAB99;
}
</style>
border-color css
<style>
span { border-color: #FAAB99; }
span { border-color: rgb(250,171,153); }
td.TdClassName
{
border-color: #FAAB99;
}
.TagClassName
{
border-color: #FAAB99;
}
</style>