Shades of Rose Bud #FFAE95
Tints of Rose Bud #FFAE95
RGB
CMYK
RGB Variations
Color information
#FFAE95 (or 0xFFAE95) is known color: Rose Bud. HEX triplet: FF, AE and 95. RGB value is (255,174,149). Sum of RGB (Red+Green+Blue) = 255+174+149=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE95 is #00516A. Grayscale: #C3C3C3. Windows color (decimal): -20843 or 9809663. OLE color: 9809663.
HSL color Cylindrical-coordinate representation of color #FFAE95: hue angle of 14.15º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFAE95 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 149 | - |
| CMYK | 0 | 0.32 | 0.42 | 0 |
| HSL | 14.15º | 1% | 0.79% | - |
| HSV(B) | 14.15º | 0.42% | 1% | - |
| XYZ | 61.8 | 53.7 | 35.54 | - |
| YUV | 195.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 149 | 0 | 0.32 | 0.42 | 0 | 14.15 | 1 | 0.79 |
| Hex | FF | AE | 95 | 0 | 20 | 2A | 0 | E | 64 | 4F |
| Octal | 377 | 256 | 225 | 0 | 40 | 52 | 0 | 16 | 144 | 117 |
| Binary | 11111111 | 10101110 | 10010101 | 0 | 100000 | 101010 | 0 | 1110 | 1100100 | 1001111 |
Color Harmonies of #FFAE95
Complementary color
Monochromatic Colors of #FFAE95
Black with #FFAE95
Text Example
Text Example
White with #FFAE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE95; }
p { color: rgb(255,174,149); }
H1.HeaderClassName
{
color: #FFAE95;
}
.AnyTagClassName
{
color: #FFAE95;
}
</style>
background-color css
<style>
a { background-color: #FFAE95; }
a { background-color: rgb(255,174,149); }
div.DivClassName
{
background-color: #FFAE95;
}
.BgClassName
{
background-color: #FFAE95;
}
</style>
border-color css
<style>
span { border-color: #FFAE95; }
span { border-color: rgb(255,174,149); }
td.TdClassName
{
border-color: #FFAE95;
}
.TagClassName
{
border-color: #FFAE95;
}
</style>