Shades of Rose Bud #FAA29B
Tints of Rose Bud #FAA29B
RGB
CMYK
RGB Variations
Color information
#FAA29B (or 0xFAA29B) is known color: Rose Bud. HEX triplet: FA, A2 and 9B. RGB value is (250,162,155). Sum of RGB (Red+Green+Blue) = 250+162+155=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA29B is #055D64. Grayscale: #BBBBBB. Windows color (decimal): -351589 or 10199802. OLE color: 10199802.
HSL color Cylindrical-coordinate representation of color #FAA29B: hue angle of 4.42º 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 #FAA29B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 155 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.02 |
| HSL | 4.42º | 0.9% | 0.79% | - |
| HSV(B) | 4.42º | 0.38% | 0.98% | - |
| XYZ | 58.26 | 48.53 | 37.31 | - |
| YUV | 187.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 155 | 0 | 0.35 | 0.38 | 0.02 | 4.42 | 0.9 | 0.79 |
| Hex | FA | A2 | 9B | 0 | 23 | 26 | 2 | 4 | 5A | 4F |
| Octal | 372 | 242 | 233 | 0 | 43 | 46 | 2 | 4 | 132 | 117 |
| Binary | 11111010 | 10100010 | 10011011 | 0 | 100011 | 100110 | 10 | 100 | 1011010 | 1001111 |
Color Harmonies of #FAA29B
Complementary color
Monochromatic Colors of #FAA29B
Black with #FAA29B
Text Example
Text Example
White with #FAA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA29B; }
p { color: rgb(250,162,155); }
H1.HeaderClassName
{
color: #FAA29B;
}
.AnyTagClassName
{
color: #FAA29B;
}
</style>
background-color css
<style>
a { background-color: #FAA29B; }
a { background-color: rgb(250,162,155); }
div.DivClassName
{
background-color: #FAA29B;
}
.BgClassName
{
background-color: #FAA29B;
}
</style>
border-color css
<style>
span { border-color: #FAA29B; }
span { border-color: rgb(250,162,155); }
td.TdClassName
{
border-color: #FAA29B;
}
.TagClassName
{
border-color: #FAA29B;
}
</style>