Shades of Rose Bud #FAAB92
Tints of Rose Bud #FAAB92
RGB
CMYK
RGB Variations
Color information
#FAAB92 (or 0xFAAB92) is known color: Rose Bud. HEX triplet: FA, AB and 92. RGB value is (250,171,146). Sum of RGB (Red+Green+Blue) = 250+171+146=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB92 is #05546D. Grayscale: #BFBFBF. Windows color (decimal): -349294 or 9612282. OLE color: 9612282.
HSL color Cylindrical-coordinate representation of color #FAAB92: hue angle of 14.42º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAAB92 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 146 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.02 |
| HSL | 14.42º | 0.91% | 0.78% | - |
| HSV(B) | 14.42º | 0.42% | 0.98% | - |
| XYZ | 59.18 | 51.53 | 34.02 | - |
| YUV | 191.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 146 | 0 | 0.32 | 0.42 | 0.02 | 14.42 | 0.91 | 0.78 |
| Hex | FA | AB | 92 | 0 | 20 | 2A | 2 | E | 5B | 4E |
| Octal | 372 | 253 | 222 | 0 | 40 | 52 | 2 | 16 | 133 | 116 |
| Binary | 11111010 | 10101011 | 10010010 | 0 | 100000 | 101010 | 10 | 1110 | 1011011 | 1001110 |
Color Harmonies of #FAAB92
Complementary color
Monochromatic Colors of #FAAB92
Black with #FAAB92
Text Example
Text Example
White with #FAAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB92; }
p { color: rgb(250,171,146); }
H1.HeaderClassName
{
color: #FAAB92;
}
.AnyTagClassName
{
color: #FAAB92;
}
</style>
background-color css
<style>
a { background-color: #FAAB92; }
a { background-color: rgb(250,171,146); }
div.DivClassName
{
background-color: #FAAB92;
}
.BgClassName
{
background-color: #FAAB92;
}
</style>
border-color css
<style>
span { border-color: #FAAB92; }
span { border-color: rgb(250,171,146); }
td.TdClassName
{
border-color: #FAAB92;
}
.TagClassName
{
border-color: #FAAB92;
}
</style>