Shades of Rose Bud #FDA6A0
Tints of Rose Bud #FDA6A0
RGB
CMYK
RGB Variations
Color information
#FDA6A0 (or 0xFDA6A0) is known color: Rose Bud. HEX triplet: FD, A6 and A0. RGB value is (253,166,160). Sum of RGB (Red+Green+Blue) = 253+166+160=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA6A0 is #02595F. Grayscale: #BFBFBF. Windows color (decimal): -153952 or 10528509. OLE color: 10528509.
HSL color Cylindrical-coordinate representation of color #FDA6A0: hue angle of 3.87º 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 #FDA6A0 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 160 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.01 |
| HSL | 3.87º | 0.96% | 0.81% | - |
| HSV(B) | 3.87º | 0.37% | 0.99% | - |
| XYZ | 60.49 | 50.69 | 39.85 | - |
| YUV | 191.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 160 | 0 | 0.34 | 0.37 | 0.01 | 3.87 | 0.96 | 0.81 |
| Hex | FD | A6 | A0 | 0 | 22 | 25 | 1 | 4 | 60 | 51 |
| Octal | 375 | 246 | 240 | 0 | 42 | 45 | 1 | 4 | 140 | 121 |
| Binary | 11111101 | 10100110 | 10100000 | 0 | 100010 | 100101 | 1 | 100 | 1100000 | 1010001 |
Color Harmonies of #FDA6A0
Complementary color
Monochromatic Colors of #FDA6A0
Black with #FDA6A0
Text Example
Text Example
White with #FDA6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6A0; }
p { color: rgb(253,166,160); }
H1.HeaderClassName
{
color: #FDA6A0;
}
.AnyTagClassName
{
color: #FDA6A0;
}
</style>
background-color css
<style>
a { background-color: #FDA6A0; }
a { background-color: rgb(253,166,160); }
div.DivClassName
{
background-color: #FDA6A0;
}
.BgClassName
{
background-color: #FDA6A0;
}
</style>
border-color css
<style>
span { border-color: #FDA6A0; }
span { border-color: rgb(253,166,160); }
td.TdClassName
{
border-color: #FDA6A0;
}
.TagClassName
{
border-color: #FDA6A0;
}
</style>