Shades of Rose Bud #FAA29A
Tints of Rose Bud #FAA29A
RGB
CMYK
RGB Variations
Color information
#FAA29A (or 0xFAA29A) is known color: Rose Bud. HEX triplet: FA, A2 and 9A. RGB value is (250,162,154). Sum of RGB (Red+Green+Blue) = 250+162+154=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA29A is #055D65. Grayscale: #BBBBBB. Windows color (decimal): -351590 or 10134266. OLE color: 10134266.
HSL color Cylindrical-coordinate representation of color #FAA29A: hue angle of 5º degrees, saturation: 0.91, 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 #FAA29A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 154 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.02 |
| HSL | 5º | 0.91% | 0.79% | - |
| HSV(B) | 5º | 0.38% | 0.98% | - |
| XYZ | 58.18 | 48.5 | 36.87 | - |
| YUV | 187.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 154 | 0 | 0.35 | 0.38 | 0.02 | 5 | 0.91 | 0.79 |
| Hex | FA | A2 | 9A | 0 | 23 | 26 | 2 | 5 | 5B | 4F |
| Octal | 372 | 242 | 232 | 0 | 43 | 46 | 2 | 5 | 133 | 117 |
| Binary | 11111010 | 10100010 | 10011010 | 0 | 100011 | 100110 | 10 | 101 | 1011011 | 1001111 |
Color Harmonies of #FAA29A
Complementary color
Monochromatic Colors of #FAA29A
Black with #FAA29A
Text Example
Text Example
White with #FAA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA29A; }
p { color: rgb(250,162,154); }
H1.HeaderClassName
{
color: #FAA29A;
}
.AnyTagClassName
{
color: #FAA29A;
}
</style>
background-color css
<style>
a { background-color: #FAA29A; }
a { background-color: rgb(250,162,154); }
div.DivClassName
{
background-color: #FAA29A;
}
.BgClassName
{
background-color: #FAA29A;
}
</style>
border-color css
<style>
span { border-color: #FAA29A; }
span { border-color: rgb(250,162,154); }
td.TdClassName
{
border-color: #FAA29A;
}
.TagClassName
{
border-color: #FAA29A;
}
</style>