Shades of Rose Bud #FDA9A1
Tints of Rose Bud #FDA9A1
RGB
CMYK
RGB Variations
Color information
#FDA9A1 (or 0xFDA9A1) is known color: Rose Bud. HEX triplet: FD, A9 and A1. RGB value is (253,169,161). Sum of RGB (Red+Green+Blue) = 253+169+161=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA9A1 is #02565E. Grayscale: #C1C1C1. Windows color (decimal): -153183 or 10594813. OLE color: 10594813.
HSL color Cylindrical-coordinate representation of color #FDA9A1: hue angle of 5.22º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA9A1 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 161 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.01 |
| HSL | 5.22º | 0.96% | 0.81% | - |
| HSV(B) | 5.22º | 0.36% | 0.99% | - |
| XYZ | 61.13 | 51.83 | 40.5 | - |
| YUV | 193.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 161 | 0 | 0.33 | 0.36 | 0.01 | 5.22 | 0.96 | 0.81 |
| Hex | FD | A9 | A1 | 0 | 21 | 24 | 1 | 5 | 60 | 51 |
| Octal | 375 | 251 | 241 | 0 | 41 | 44 | 1 | 5 | 140 | 121 |
| Binary | 11111101 | 10101001 | 10100001 | 0 | 100001 | 100100 | 1 | 101 | 1100000 | 1010001 |
Color Harmonies of #FDA9A1
Complementary color
Monochromatic Colors of #FDA9A1
Black with #FDA9A1
Text Example
Text Example
White with #FDA9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9A1; }
p { color: rgb(253,169,161); }
H1.HeaderClassName
{
color: #FDA9A1;
}
.AnyTagClassName
{
color: #FDA9A1;
}
</style>
background-color css
<style>
a { background-color: #FDA9A1; }
a { background-color: rgb(253,169,161); }
div.DivClassName
{
background-color: #FDA9A1;
}
.BgClassName
{
background-color: #FDA9A1;
}
</style>
border-color css
<style>
span { border-color: #FDA9A1; }
span { border-color: rgb(253,169,161); }
td.TdClassName
{
border-color: #FDA9A1;
}
.TagClassName
{
border-color: #FDA9A1;
}
</style>