Shades of Rose Bud #FFAE9A
Tints of Rose Bud #FFAE9A
RGB
CMYK
RGB Variations
Color information
#FFAE9A (or 0xFFAE9A) is known color: Rose Bud. HEX triplet: FF, AE and 9A. RGB value is (255,174,154). Sum of RGB (Red+Green+Blue) = 255+174+154=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE9A is #005165. Grayscale: #C4C4C4. Windows color (decimal): -20838 or 10137343. OLE color: 10137343.
HSL color Cylindrical-coordinate representation of color #FFAE9A: hue angle of 11.88º 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 #FFAE9A is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 154 | - |
| CMYK | 0 | 0.32 | 0.40 | 0 |
| HSL | 11.88º | 1% | 0.8% | - |
| HSV(B) | 11.88º | 0.4% | 1% | - |
| XYZ | 62.21 | 53.87 | 37.69 | - |
| YUV | 195.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 154 | 0 | 0.32 | 0.40 | 0 | 11.88 | 1 | 0.8 |
| Hex | FF | AE | 9A | 0 | 20 | 28 | 0 | C | 64 | 50 |
| Octal | 377 | 256 | 232 | 0 | 40 | 50 | 0 | 14 | 144 | 120 |
| Binary | 11111111 | 10101110 | 10011010 | 0 | 100000 | 101000 | 0 | 1100 | 1100100 | 1010000 |
Color Harmonies of #FFAE9A
Complementary color
Monochromatic Colors of #FFAE9A
Black with #FFAE9A
Text Example
Text Example
White with #FFAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE9A; }
p { color: rgb(255,174,154); }
H1.HeaderClassName
{
color: #FFAE9A;
}
.AnyTagClassName
{
color: #FFAE9A;
}
</style>
background-color css
<style>
a { background-color: #FFAE9A; }
a { background-color: rgb(255,174,154); }
div.DivClassName
{
background-color: #FFAE9A;
}
.BgClassName
{
background-color: #FFAE9A;
}
</style>
border-color css
<style>
span { border-color: #FFAE9A; }
span { border-color: rgb(255,174,154); }
td.TdClassName
{
border-color: #FFAE9A;
}
.TagClassName
{
border-color: #FFAE9A;
}
</style>