Shades of Rose Bud #FDAEA0
Tints of Rose Bud #FDAEA0
RGB
CMYK
RGB Variations
Color information
#FDAEA0 (or 0xFDAEA0) is known color: Rose Bud. HEX triplet: FD, AE and A0. RGB value is (253,174,160). Sum of RGB (Red+Green+Blue) = 253+174+160=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAEA0 is #02515F. Grayscale: #C4C4C4. Windows color (decimal): -151904 or 10530557. OLE color: 10530557.
HSL color Cylindrical-coordinate representation of color #FDAEA0: hue angle of 9.03º 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 #FDAEA0 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 174 | 160 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.01 |
| HSL | 9.03º | 0.96% | 0.81% | - |
| HSV(B) | 9.03º | 0.37% | 0.99% | - |
| XYZ | 61.99 | 53.69 | 40.35 | - |
| YUV | 196.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 174 | 160 | 0 | 0.31 | 0.37 | 0.01 | 9.03 | 0.96 | 0.81 |
| Hex | FD | AE | A0 | 0 | 1F | 25 | 1 | 9 | 60 | 51 |
| Octal | 375 | 256 | 240 | 0 | 37 | 45 | 1 | 11 | 140 | 121 |
| Binary | 11111101 | 10101110 | 10100000 | 0 | 11111 | 100101 | 1 | 1001 | 1100000 | 1010001 |
Color Harmonies of #FDAEA0
Complementary color
Monochromatic Colors of #FDAEA0
Black with #FDAEA0
Text Example
Text Example
White with #FDAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEA0; }
p { color: rgb(253,174,160); }
H1.HeaderClassName
{
color: #FDAEA0;
}
.AnyTagClassName
{
color: #FDAEA0;
}
</style>
background-color css
<style>
a { background-color: #FDAEA0; }
a { background-color: rgb(253,174,160); }
div.DivClassName
{
background-color: #FDAEA0;
}
.BgClassName
{
background-color: #FDAEA0;
}
</style>
border-color css
<style>
span { border-color: #FDAEA0; }
span { border-color: rgb(253,174,160); }
td.TdClassName
{
border-color: #FDAEA0;
}
.TagClassName
{
border-color: #FDAEA0;
}
</style>