Shades of Rose Bud #FAA89F
Tints of Rose Bud #FAA89F
RGB
CMYK
RGB Variations
Color information
#FAA89F (or 0xFAA89F) is known color: Rose Bud. HEX triplet: FA, A8 and 9F. RGB value is (250,168,159). Sum of RGB (Red+Green+Blue) = 250+168+159=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA89F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA89F is #055760. Grayscale: #BFBFBF. Windows color (decimal): -350049 or 10463482. OLE color: 10463482.
HSL color Cylindrical-coordinate representation of color #FAA89F: hue angle of 5.93º 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 #FAA89F is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 159 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.02 |
| HSL | 5.93º | 0.9% | 0.8% | - |
| HSV(B) | 5.93º | 0.36% | 0.98% | - |
| XYZ | 59.68 | 50.83 | 39.47 | - |
| YUV | 191.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 159 | 0 | 0.33 | 0.36 | 0.02 | 5.93 | 0.9 | 0.8 |
| Hex | FA | A8 | 9F | 0 | 21 | 24 | 2 | 6 | 5A | 50 |
| Octal | 372 | 250 | 237 | 0 | 41 | 44 | 2 | 6 | 132 | 120 |
| Binary | 11111010 | 10101000 | 10011111 | 0 | 100001 | 100100 | 10 | 110 | 1011010 | 1010000 |
Color Harmonies of #FAA89F
Complementary color
Monochromatic Colors of #FAA89F
Black with #FAA89F
Text Example
Text Example
White with #FAA89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA89F; }
p { color: rgb(250,168,159); }
H1.HeaderClassName
{
color: #FAA89F;
}
.AnyTagClassName
{
color: #FAA89F;
}
</style>
background-color css
<style>
a { background-color: #FAA89F; }
a { background-color: rgb(250,168,159); }
div.DivClassName
{
background-color: #FAA89F;
}
.BgClassName
{
background-color: #FAA89F;
}
</style>
border-color css
<style>
span { border-color: #FAA89F; }
span { border-color: rgb(250,168,159); }
td.TdClassName
{
border-color: #FAA89F;
}
.TagClassName
{
border-color: #FAA89F;
}
</style>