Shades of Rose Bud #FDA4A0
Tints of Rose Bud #FDA4A0
RGB
CMYK
RGB Variations
Color information
#FDA4A0 (or 0xFDA4A0) is known color: Rose Bud. HEX triplet: FD, A4 and A0. RGB value is (253,164,160). Sum of RGB (Red+Green+Blue) = 253+164+160=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA4A0 is #025B5F. Grayscale: #BEBEBE. Windows color (decimal): -154464 or 10527997. OLE color: 10527997.
HSL color Cylindrical-coordinate representation of color #FDA4A0: hue angle of 2.58º 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 #FDA4A0 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 160 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.01 |
| HSL | 2.58º | 0.96% | 0.81% | - |
| HSV(B) | 2.58º | 0.37% | 0.99% | - |
| XYZ | 60.13 | 49.97 | 39.73 | - |
| YUV | 190.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 160 | 0 | 0.35 | 0.37 | 0.01 | 2.58 | 0.96 | 0.81 |
| Hex | FD | A4 | A0 | 0 | 23 | 25 | 1 | 3 | 60 | 51 |
| Octal | 375 | 244 | 240 | 0 | 43 | 45 | 1 | 3 | 140 | 121 |
| Binary | 11111101 | 10100100 | 10100000 | 0 | 100011 | 100101 | 1 | 11 | 1100000 | 1010001 |
Color Harmonies of #FDA4A0
Complementary color
Monochromatic Colors of #FDA4A0
Black with #FDA4A0
Text Example
Text Example
White with #FDA4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4A0; }
p { color: rgb(253,164,160); }
H1.HeaderClassName
{
color: #FDA4A0;
}
.AnyTagClassName
{
color: #FDA4A0;
}
</style>
background-color css
<style>
a { background-color: #FDA4A0; }
a { background-color: rgb(253,164,160); }
div.DivClassName
{
background-color: #FDA4A0;
}
.BgClassName
{
background-color: #FDA4A0;
}
</style>
border-color css
<style>
span { border-color: #FDA4A0; }
span { border-color: rgb(253,164,160); }
td.TdClassName
{
border-color: #FDA4A0;
}
.TagClassName
{
border-color: #FDA4A0;
}
</style>