Shades of Rose Bud #FFA29D
Tints of Rose Bud #FFA29D
RGB
CMYK
RGB Variations
Color information
#FFA29D (or 0xFFA29D) is known color: Rose Bud. HEX triplet: FF, A2 and 9D. RGB value is (255,162,157). Sum of RGB (Red+Green+Blue) = 255+162+157=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA29D is #005D62. Grayscale: #BDBDBD. Windows color (decimal): -23907 or 10330879. OLE color: 10330879.
HSL color Cylindrical-coordinate representation of color #FFA29D: hue angle of 3.06º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFA29D is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 157 | - |
| CMYK | 0 | 0.36 | 0.38 | 0 |
| HSL | 3.06º | 1% | 0.81% | - |
| HSV(B) | 3.06º | 0.38% | 1% | - |
| XYZ | 60.25 | 49.53 | 38.28 | - |
| YUV | 189.24 | 109.81 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 157 | 0 | 0.36 | 0.38 | 0 | 3.06 | 1 | 0.81 |
| Hex | FF | A2 | 9D | 0 | 24 | 26 | 0 | 3 | 64 | 51 |
| Octal | 377 | 242 | 235 | 0 | 44 | 46 | 0 | 3 | 144 | 121 |
| Binary | 11111111 | 10100010 | 10011101 | 0 | 100100 | 100110 | 0 | 11 | 1100100 | 1010001 |
Color Harmonies of #FFA29D
Complementary color
Monochromatic Colors of #FFA29D
Black with #FFA29D
Text Example
Text Example
White with #FFA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA29D; }
p { color: rgb(255,162,157); }
H1.HeaderClassName
{
color: #FFA29D;
}
.AnyTagClassName
{
color: #FFA29D;
}
</style>
background-color css
<style>
a { background-color: #FFA29D; }
a { background-color: rgb(255,162,157); }
div.DivClassName
{
background-color: #FFA29D;
}
.BgClassName
{
background-color: #FFA29D;
}
</style>
border-color css
<style>
span { border-color: #FFA29D; }
span { border-color: rgb(255,162,157); }
td.TdClassName
{
border-color: #FFA29D;
}
.TagClassName
{
border-color: #FFA29D;
}
</style>