Shades of Rose Bud #FFAE8A
Tints of Rose Bud #FFAE8A
RGB
CMYK
RGB Variations
Color information
#FFAE8A (or 0xFFAE8A) is known color: Rose Bud. HEX triplet: FF, AE and 8A. RGB value is (255,174,138). Sum of RGB (Red+Green+Blue) = 255+174+138=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE8A is #005175. Grayscale: #C2C2C2. Windows color (decimal): -20854 or 9088767. OLE color: 9088767.
HSL color Cylindrical-coordinate representation of color #FFAE8A: hue angle of 18.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFAE8A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 138 | - |
| CMYK | 0 | 0.32 | 0.46 | 0 |
| HSL | 18.46º | 1% | 0.77% | - |
| HSV(B) | 18.46º | 0.46% | 1% | - |
| XYZ | 60.96 | 53.37 | 31.13 | - |
| YUV | 194.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 138 | 0 | 0.32 | 0.46 | 0 | 18.46 | 1 | 0.77 |
| Hex | FF | AE | 8A | 0 | 20 | 2E | 0 | 12 | 64 | 4D |
| Octal | 377 | 256 | 212 | 0 | 40 | 56 | 0 | 22 | 144 | 115 |
| Binary | 11111111 | 10101110 | 10001010 | 0 | 100000 | 101110 | 0 | 10010 | 1100100 | 1001101 |
Color Harmonies of #FFAE8A
Complementary color
Monochromatic Colors of #FFAE8A
Black with #FFAE8A
Text Example
Text Example
White with #FFAE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE8A; }
p { color: rgb(255,174,138); }
H1.HeaderClassName
{
color: #FFAE8A;
}
.AnyTagClassName
{
color: #FFAE8A;
}
</style>
background-color css
<style>
a { background-color: #FFAE8A; }
a { background-color: rgb(255,174,138); }
div.DivClassName
{
background-color: #FFAE8A;
}
.BgClassName
{
background-color: #FFAE8A;
}
</style>
border-color css
<style>
span { border-color: #FFAE8A; }
span { border-color: rgb(255,174,138); }
td.TdClassName
{
border-color: #FFAE8A;
}
.TagClassName
{
border-color: #FFAE8A;
}
</style>