Shades of Rose Bud #FDA5A0
Tints of Rose Bud #FDA5A0
RGB
CMYK
RGB Variations
Color information
#FDA5A0 (or 0xFDA5A0) is known color: Rose Bud. HEX triplet: FD, A5 and A0. RGB value is (253,165,160). Sum of RGB (Red+Green+Blue) = 253+165+160=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA5A0 is #025A5F. Grayscale: #BEBEBE. Windows color (decimal): -154208 or 10528253. OLE color: 10528253.
HSL color Cylindrical-coordinate representation of color #FDA5A0: hue angle of 3.23º 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 #FDA5A0 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 160 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.01 |
| HSL | 3.23º | 0.96% | 0.81% | - |
| HSV(B) | 3.23º | 0.37% | 0.99% | - |
| XYZ | 60.31 | 50.33 | 39.79 | - |
| YUV | 190.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 160 | 0 | 0.35 | 0.37 | 0.01 | 3.23 | 0.96 | 0.81 |
| Hex | FD | A5 | A0 | 0 | 23 | 25 | 1 | 3 | 60 | 51 |
| Octal | 375 | 245 | 240 | 0 | 43 | 45 | 1 | 3 | 140 | 121 |
| Binary | 11111101 | 10100101 | 10100000 | 0 | 100011 | 100101 | 1 | 11 | 1100000 | 1010001 |
Color Harmonies of #FDA5A0
Complementary color
Monochromatic Colors of #FDA5A0
Black with #FDA5A0
Text Example
Text Example
White with #FDA5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5A0; }
p { color: rgb(253,165,160); }
H1.HeaderClassName
{
color: #FDA5A0;
}
.AnyTagClassName
{
color: #FDA5A0;
}
</style>
background-color css
<style>
a { background-color: #FDA5A0; }
a { background-color: rgb(253,165,160); }
div.DivClassName
{
background-color: #FDA5A0;
}
.BgClassName
{
background-color: #FDA5A0;
}
</style>
border-color css
<style>
span { border-color: #FDA5A0; }
span { border-color: rgb(253,165,160); }
td.TdClassName
{
border-color: #FDA5A0;
}
.TagClassName
{
border-color: #FDA5A0;
}
</style>