Shades of Rose Bud #FFA49D
Tints of Rose Bud #FFA49D
RGB
CMYK
RGB Variations
Color information
#FFA49D (or 0xFFA49D) is known color: Rose Bud. HEX triplet: FF, A4 and 9D. RGB value is (255,164,157). Sum of RGB (Red+Green+Blue) = 255+164+157=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA49D is #005B62. Grayscale: #BEBEBE. Windows color (decimal): -23395 or 10331391. OLE color: 10331391.
HSL color Cylindrical-coordinate representation of color #FFA49D: hue angle of 4.29º 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 #FFA49D is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 157 | - |
| CMYK | 0 | 0.36 | 0.38 | 0 |
| HSL | 4.29º | 1% | 0.81% | - |
| HSV(B) | 4.29º | 0.38% | 1% | - |
| XYZ | 60.6 | 50.25 | 38.4 | - |
| YUV | 190.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 157 | 0 | 0.36 | 0.38 | 0 | 4.29 | 1 | 0.81 |
| Hex | FF | A4 | 9D | 0 | 24 | 26 | 0 | 4 | 64 | 51 |
| Octal | 377 | 244 | 235 | 0 | 44 | 46 | 0 | 4 | 144 | 121 |
| Binary | 11111111 | 10100100 | 10011101 | 0 | 100100 | 100110 | 0 | 100 | 1100100 | 1010001 |
Color Harmonies of #FFA49D
Complementary color
Monochromatic Colors of #FFA49D
Black with #FFA49D
Text Example
Text Example
White with #FFA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA49D; }
p { color: rgb(255,164,157); }
H1.HeaderClassName
{
color: #FFA49D;
}
.AnyTagClassName
{
color: #FFA49D;
}
</style>
background-color css
<style>
a { background-color: #FFA49D; }
a { background-color: rgb(255,164,157); }
div.DivClassName
{
background-color: #FFA49D;
}
.BgClassName
{
background-color: #FFA49D;
}
</style>
border-color css
<style>
span { border-color: #FFA49D; }
span { border-color: rgb(255,164,157); }
td.TdClassName
{
border-color: #FFA49D;
}
.TagClassName
{
border-color: #FFA49D;
}
</style>