Shades of Rose Bud #FDA1A0
Tints of Rose Bud #FDA1A0
RGB
CMYK
RGB Variations
Color information
#FDA1A0 (or 0xFDA1A0) is known color: Rose Bud. HEX triplet: FD, A1 and A0. RGB value is (253,161,160). Sum of RGB (Red+Green+Blue) = 253+161+160=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA1A0 is #025E5F. Grayscale: #BCBCBC. Windows color (decimal): -155232 or 10527229. OLE color: 10527229.
HSL color Cylindrical-coordinate representation of color #FDA1A0: hue angle of 0.65º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA1A0 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 160 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.01 |
| HSL | 0.65º | 0.96% | 0.81% | - |
| HSV(B) | 0.65º | 0.37% | 0.99% | - |
| XYZ | 59.6 | 48.91 | 39.56 | - |
| YUV | 188.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 160 | 0 | 0.36 | 0.37 | 0.01 | 0.65 | 0.96 | 0.81 |
| Hex | FD | A1 | A0 | 0 | 24 | 25 | 1 | 1 | 60 | 51 |
| Octal | 375 | 241 | 240 | 0 | 44 | 45 | 1 | 1 | 140 | 121 |
| Binary | 11111101 | 10100001 | 10100000 | 0 | 100100 | 100101 | 1 | 1 | 1100000 | 1010001 |
Color Harmonies of #FDA1A0
Complementary color
Monochromatic Colors of #FDA1A0
Black with #FDA1A0
Text Example
Text Example
White with #FDA1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1A0; }
p { color: rgb(253,161,160); }
H1.HeaderClassName
{
color: #FDA1A0;
}
.AnyTagClassName
{
color: #FDA1A0;
}
</style>
background-color css
<style>
a { background-color: #FDA1A0; }
a { background-color: rgb(253,161,160); }
div.DivClassName
{
background-color: #FDA1A0;
}
.BgClassName
{
background-color: #FDA1A0;
}
</style>
border-color css
<style>
span { border-color: #FDA1A0; }
span { border-color: rgb(253,161,160); }
td.TdClassName
{
border-color: #FDA1A0;
}
.TagClassName
{
border-color: #FDA1A0;
}
</style>