Shades of Rose Bud #FFAE97
Tints of Rose Bud #FFAE97
RGB
CMYK
RGB Variations
Color information
#FFAE97 (or 0xFFAE97) is known color: Rose Bud. HEX triplet: FF, AE and 97. RGB value is (255,174,151). Sum of RGB (Red+Green+Blue) = 255+174+151=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE97 is #005168. Grayscale: #C3C3C3. Windows color (decimal): -20841 or 9940735. OLE color: 9940735.
HSL color Cylindrical-coordinate representation of color #FFAE97: hue angle of 13.27º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFAE97 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 151 | - |
| CMYK | 0 | 0.32 | 0.41 | 0 |
| HSL | 13.27º | 1% | 0.8% | - |
| HSV(B) | 13.27º | 0.41% | 1% | - |
| XYZ | 61.96 | 53.77 | 36.39 | - |
| YUV | 195.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 151 | 0 | 0.32 | 0.41 | 0 | 13.27 | 1 | 0.8 |
| Hex | FF | AE | 97 | 0 | 20 | 29 | 0 | D | 64 | 50 |
| Octal | 377 | 256 | 227 | 0 | 40 | 51 | 0 | 15 | 144 | 120 |
| Binary | 11111111 | 10101110 | 10010111 | 0 | 100000 | 101001 | 0 | 1101 | 1100100 | 1010000 |
Color Harmonies of #FFAE97
Complementary color
Monochromatic Colors of #FFAE97
Black with #FFAE97
Text Example
Text Example
White with #FFAE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE97; }
p { color: rgb(255,174,151); }
H1.HeaderClassName
{
color: #FFAE97;
}
.AnyTagClassName
{
color: #FFAE97;
}
</style>
background-color css
<style>
a { background-color: #FFAE97; }
a { background-color: rgb(255,174,151); }
div.DivClassName
{
background-color: #FFAE97;
}
.BgClassName
{
background-color: #FFAE97;
}
</style>
border-color css
<style>
span { border-color: #FFAE97; }
span { border-color: rgb(255,174,151); }
td.TdClassName
{
border-color: #FFAE97;
}
.TagClassName
{
border-color: #FFAE97;
}
</style>