Shades of Rose Bud #FFAE98
Tints of Rose Bud #FFAE98
RGB
CMYK
RGB Variations
Color information
#FFAE98 (or 0xFFAE98) is known color: Rose Bud. HEX triplet: FF, AE and 98. RGB value is (255,174,152). Sum of RGB (Red+Green+Blue) = 255+174+152=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE98 is #005167. Grayscale: #C3C3C3. Windows color (decimal): -20840 or 10006271. OLE color: 10006271.
HSL color Cylindrical-coordinate representation of color #FFAE98: hue angle of 12.82º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFAE98 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 152 | - |
| CMYK | 0 | 0.32 | 0.40 | 0 |
| HSL | 12.82º | 1% | 0.8% | - |
| HSV(B) | 12.82º | 0.4% | 1% | - |
| XYZ | 62.04 | 53.8 | 36.82 | - |
| YUV | 195.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 152 | 0 | 0.32 | 0.40 | 0 | 12.82 | 1 | 0.8 |
| Hex | FF | AE | 98 | 0 | 20 | 28 | 0 | D | 64 | 50 |
| Octal | 377 | 256 | 230 | 0 | 40 | 50 | 0 | 15 | 144 | 120 |
| Binary | 11111111 | 10101110 | 10011000 | 0 | 100000 | 101000 | 0 | 1101 | 1100100 | 1010000 |
Color Harmonies of #FFAE98
Complementary color
Monochromatic Colors of #FFAE98
Black with #FFAE98
Text Example
Text Example
White with #FFAE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE98; }
p { color: rgb(255,174,152); }
H1.HeaderClassName
{
color: #FFAE98;
}
.AnyTagClassName
{
color: #FFAE98;
}
</style>
background-color css
<style>
a { background-color: #FFAE98; }
a { background-color: rgb(255,174,152); }
div.DivClassName
{
background-color: #FFAE98;
}
.BgClassName
{
background-color: #FFAE98;
}
</style>
border-color css
<style>
span { border-color: #FFAE98; }
span { border-color: rgb(255,174,152); }
td.TdClassName
{
border-color: #FFAE98;
}
.TagClassName
{
border-color: #FFAE98;
}
</style>