Shades of Rose Bud #FAA49B
Tints of Rose Bud #FAA49B
RGB
CMYK
RGB Variations
Color information
#FAA49B (or 0xFAA49B) is known color: Rose Bud. HEX triplet: FA, A4 and 9B. RGB value is (250,164,155). Sum of RGB (Red+Green+Blue) = 250+164+155=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA49B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA49B is #055B64. Grayscale: #BCBCBC. Windows color (decimal): -351077 or 10200314. OLE color: 10200314.
HSL color Cylindrical-coordinate representation of color #FAA49B: hue angle of 5.68º 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 #FAA49B is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 155 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.02 |
| HSL | 5.68º | 0.9% | 0.79% | - |
| HSV(B) | 5.68º | 0.38% | 0.98% | - |
| XYZ | 58.62 | 49.24 | 37.43 | - |
| YUV | 188.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 155 | 0 | 0.34 | 0.38 | 0.02 | 5.68 | 0.9 | 0.79 |
| Hex | FA | A4 | 9B | 0 | 22 | 26 | 2 | 6 | 5A | 4F |
| Octal | 372 | 244 | 233 | 0 | 42 | 46 | 2 | 6 | 132 | 117 |
| Binary | 11111010 | 10100100 | 10011011 | 0 | 100010 | 100110 | 10 | 110 | 1011010 | 1001111 |
Color Harmonies of #FAA49B
Complementary color
Monochromatic Colors of #FAA49B
Black with #FAA49B
Text Example
Text Example
White with #FAA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA49B; }
p { color: rgb(250,164,155); }
H1.HeaderClassName
{
color: #FAA49B;
}
.AnyTagClassName
{
color: #FAA49B;
}
</style>
background-color css
<style>
a { background-color: #FAA49B; }
a { background-color: rgb(250,164,155); }
div.DivClassName
{
background-color: #FAA49B;
}
.BgClassName
{
background-color: #FAA49B;
}
</style>
border-color css
<style>
span { border-color: #FAA49B; }
span { border-color: rgb(250,164,155); }
td.TdClassName
{
border-color: #FAA49B;
}
.TagClassName
{
border-color: #FAA49B;
}
</style>