Shades of Rose Bud #FAAB8F
Tints of Rose Bud #FAAB8F
RGB
CMYK
RGB Variations
Color information
#FAAB8F (or 0xFAAB8F) is known color: Rose Bud. HEX triplet: FA, AB and 8F. RGB value is (250,171,143). Sum of RGB (Red+Green+Blue) = 250+171+143=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB8F is #055470. Grayscale: #BFBFBF. Windows color (decimal): -349297 or 9415674. OLE color: 9415674.
HSL color Cylindrical-coordinate representation of color #FAAB8F: hue angle of 15.7º 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 #FAAB8F is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 143 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.02 |
| HSL | 15.7º | 0.91% | 0.77% | - |
| HSV(B) | 15.7º | 0.43% | 0.98% | - |
| XYZ | 58.95 | 51.43 | 32.81 | - |
| YUV | 191.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 143 | 0 | 0.32 | 0.43 | 0.02 | 15.7 | 0.91 | 0.77 |
| Hex | FA | AB | 8F | 0 | 20 | 2B | 2 | 10 | 5B | 4D |
| Octal | 372 | 253 | 217 | 0 | 40 | 53 | 2 | 20 | 133 | 115 |
| Binary | 11111010 | 10101011 | 10001111 | 0 | 100000 | 101011 | 10 | 10000 | 1011011 | 1001101 |
Color Harmonies of #FAAB8F
Complementary color
Monochromatic Colors of #FAAB8F
Black with #FAAB8F
Text Example
Text Example
White with #FAAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB8F; }
p { color: rgb(250,171,143); }
H1.HeaderClassName
{
color: #FAAB8F;
}
.AnyTagClassName
{
color: #FAAB8F;
}
</style>
background-color css
<style>
a { background-color: #FAAB8F; }
a { background-color: rgb(250,171,143); }
div.DivClassName
{
background-color: #FAAB8F;
}
.BgClassName
{
background-color: #FAAB8F;
}
</style>
border-color css
<style>
span { border-color: #FAAB8F; }
span { border-color: rgb(250,171,143); }
td.TdClassName
{
border-color: #FAAB8F;
}
.TagClassName
{
border-color: #FAAB8F;
}
</style>