Shades of Rose Bud #FFAE8D
Tints of Rose Bud #FFAE8D
RGB
CMYK
RGB Variations
Color information
#FFAE8D (or 0xFFAE8D) is known color: Rose Bud. HEX triplet: FF, AE and 8D. RGB value is (255,174,141). Sum of RGB (Red+Green+Blue) = 255+174+141=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE8D is #005172. Grayscale: #C2C2C2. Windows color (decimal): -20851 or 9285375. OLE color: 9285375.
HSL color Cylindrical-coordinate representation of color #FFAE8D: hue angle of 17.37º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFAE8D is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 141 | - |
| CMYK | 0 | 0.32 | 0.45 | 0 |
| HSL | 17.37º | 1% | 0.78% | - |
| HSV(B) | 17.37º | 0.45% | 1% | - |
| XYZ | 61.18 | 53.46 | 32.29 | - |
| YUV | 194.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 141 | 0 | 0.32 | 0.45 | 0 | 17.37 | 1 | 0.78 |
| Hex | FF | AE | 8D | 0 | 20 | 2D | 0 | 11 | 64 | 4E |
| Octal | 377 | 256 | 215 | 0 | 40 | 55 | 0 | 21 | 144 | 116 |
| Binary | 11111111 | 10101110 | 10001101 | 0 | 100000 | 101101 | 0 | 10001 | 1100100 | 1001110 |
Color Harmonies of #FFAE8D
Complementary color
Monochromatic Colors of #FFAE8D
Black with #FFAE8D
Text Example
Text Example
White with #FFAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE8D; }
p { color: rgb(255,174,141); }
H1.HeaderClassName
{
color: #FFAE8D;
}
.AnyTagClassName
{
color: #FFAE8D;
}
</style>
background-color css
<style>
a { background-color: #FFAE8D; }
a { background-color: rgb(255,174,141); }
div.DivClassName
{
background-color: #FFAE8D;
}
.BgClassName
{
background-color: #FFAE8D;
}
</style>
border-color css
<style>
span { border-color: #FFAE8D; }
span { border-color: rgb(255,174,141); }
td.TdClassName
{
border-color: #FFAE8D;
}
.TagClassName
{
border-color: #FFAE8D;
}
</style>