Shades of Rose Bud #FAA29C
Tints of Rose Bud #FAA29C
RGB
CMYK
RGB Variations
Color information
#FAA29C (or 0xFAA29C) is known color: Rose Bud. HEX triplet: FA, A2 and 9C. RGB value is (250,162,156). Sum of RGB (Red+Green+Blue) = 250+162+156=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA29C is #055D63. Grayscale: #BBBBBB. Windows color (decimal): -351588 or 10265338. OLE color: 10265338.
HSL color Cylindrical-coordinate representation of color #FAA29C: hue angle of 3.83º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAA29C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 156 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.02 |
| HSL | 3.83º | 0.9% | 0.8% | - |
| HSV(B) | 3.83º | 0.38% | 0.98% | - |
| XYZ | 58.35 | 48.56 | 37.75 | - |
| YUV | 187.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 156 | 0 | 0.35 | 0.38 | 0.02 | 3.83 | 0.9 | 0.8 |
| Hex | FA | A2 | 9C | 0 | 23 | 26 | 2 | 4 | 5A | 50 |
| Octal | 372 | 242 | 234 | 0 | 43 | 46 | 2 | 4 | 132 | 120 |
| Binary | 11111010 | 10100010 | 10011100 | 0 | 100011 | 100110 | 10 | 100 | 1011010 | 1010000 |
Color Harmonies of #FAA29C
Complementary color
Monochromatic Colors of #FAA29C
Black with #FAA29C
Text Example
Text Example
White with #FAA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA29C; }
p { color: rgb(250,162,156); }
H1.HeaderClassName
{
color: #FAA29C;
}
.AnyTagClassName
{
color: #FAA29C;
}
</style>
background-color css
<style>
a { background-color: #FAA29C; }
a { background-color: rgb(250,162,156); }
div.DivClassName
{
background-color: #FAA29C;
}
.BgClassName
{
background-color: #FAA29C;
}
</style>
border-color css
<style>
span { border-color: #FAA29C; }
span { border-color: rgb(250,162,156); }
td.TdClassName
{
border-color: #FAA29C;
}
.TagClassName
{
border-color: #FAA29C;
}
</style>