Shades of Rose Bud #FAAB9B
Tints of Rose Bud #FAAB9B
RGB
CMYK
RGB Variations
Color information
#FAAB9B (or 0xFAAB9B) is known color: Rose Bud. HEX triplet: FA, AB and 9B. RGB value is (250,171,155). Sum of RGB (Red+Green+Blue) = 250+171+155=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB9B is #055464. Grayscale: #C0C0C0. Windows color (decimal): -349285 or 10202106. OLE color: 10202106.
HSL color Cylindrical-coordinate representation of color #FAAB9B: hue angle of 10.11º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAAB9B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 155 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.02 |
| HSL | 10.11º | 0.9% | 0.79% | - |
| HSV(B) | 10.11º | 0.38% | 0.98% | - |
| XYZ | 59.9 | 51.82 | 37.85 | - |
| YUV | 192.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 155 | 0 | 0.32 | 0.38 | 0.02 | 10.11 | 0.9 | 0.79 |
| Hex | FA | AB | 9B | 0 | 20 | 26 | 2 | A | 5A | 4F |
| Octal | 372 | 253 | 233 | 0 | 40 | 46 | 2 | 12 | 132 | 117 |
| Binary | 11111010 | 10101011 | 10011011 | 0 | 100000 | 100110 | 10 | 1010 | 1011010 | 1001111 |
Color Harmonies of #FAAB9B
Complementary color
Monochromatic Colors of #FAAB9B
Black with #FAAB9B
Text Example
Text Example
White with #FAAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB9B; }
p { color: rgb(250,171,155); }
H1.HeaderClassName
{
color: #FAAB9B;
}
.AnyTagClassName
{
color: #FAAB9B;
}
</style>
background-color css
<style>
a { background-color: #FAAB9B; }
a { background-color: rgb(250,171,155); }
div.DivClassName
{
background-color: #FAAB9B;
}
.BgClassName
{
background-color: #FAAB9B;
}
</style>
border-color css
<style>
span { border-color: #FAAB9B; }
span { border-color: rgb(250,171,155); }
td.TdClassName
{
border-color: #FAAB9B;
}
.TagClassName
{
border-color: #FAAB9B;
}
</style>