Shades of Rose Bud #FFAEA0
Tints of Rose Bud #FFAEA0
RGB
CMYK
RGB Variations
Color information
#FFAEA0 (or 0xFFAEA0) is known color: Rose Bud. HEX triplet: FF, AE and A0. RGB value is (255,174,160). Sum of RGB (Red+Green+Blue) = 255+174+160=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAEA0 is #00515F. Grayscale: #C4C4C4. Windows color (decimal): -20832 or 10530559. OLE color: 10530559.
HSL color Cylindrical-coordinate representation of color #FFAEA0: hue angle of 8.84º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFAEA0 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 160 | - |
| CMYK | 0 | 0.32 | 0.37 | 0 |
| HSL | 8.84º | 1% | 0.81% | - |
| HSV(B) | 8.84º | 0.37% | 1% | - |
| XYZ | 62.72 | 54.07 | 40.39 | - |
| YUV | 196.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 160 | 0 | 0.32 | 0.37 | 0 | 8.84 | 1 | 0.81 |
| Hex | FF | AE | A0 | 0 | 20 | 25 | 0 | 9 | 64 | 51 |
| Octal | 377 | 256 | 240 | 0 | 40 | 45 | 0 | 11 | 144 | 121 |
| Binary | 11111111 | 10101110 | 10100000 | 0 | 100000 | 100101 | 0 | 1001 | 1100100 | 1010001 |
Color Harmonies of #FFAEA0
Complementary color
Monochromatic Colors of #FFAEA0
Black with #FFAEA0
Text Example
Text Example
White with #FFAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEA0; }
p { color: rgb(255,174,160); }
H1.HeaderClassName
{
color: #FFAEA0;
}
.AnyTagClassName
{
color: #FFAEA0;
}
</style>
background-color css
<style>
a { background-color: #FFAEA0; }
a { background-color: rgb(255,174,160); }
div.DivClassName
{
background-color: #FFAEA0;
}
.BgClassName
{
background-color: #FFAEA0;
}
</style>
border-color css
<style>
span { border-color: #FFAEA0; }
span { border-color: rgb(255,174,160); }
td.TdClassName
{
border-color: #FFAEA0;
}
.TagClassName
{
border-color: #FFAEA0;
}
</style>