Shades of Rose Bud #FFAE9D
Tints of Rose Bud #FFAE9D
RGB
CMYK
RGB Variations
Color information
#FFAE9D (or 0xFFAE9D) is known color: Rose Bud. HEX triplet: FF, AE and 9D. RGB value is (255,174,157). Sum of RGB (Red+Green+Blue) = 255+174+157=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE9D is #005162. Grayscale: #C4C4C4. Windows color (decimal): -20835 or 10333951. OLE color: 10333951.
HSL color Cylindrical-coordinate representation of color #FFAE9D: hue angle of 10.41º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFAE9D is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 157 | - |
| CMYK | 0 | 0.32 | 0.38 | 0 |
| HSL | 10.41º | 1% | 0.81% | - |
| HSV(B) | 10.41º | 0.38% | 1% | - |
| XYZ | 62.46 | 53.97 | 39.02 | - |
| YUV | 196.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 157 | 0 | 0.32 | 0.38 | 0 | 10.41 | 1 | 0.81 |
| Hex | FF | AE | 9D | 0 | 20 | 26 | 0 | A | 64 | 51 |
| Octal | 377 | 256 | 235 | 0 | 40 | 46 | 0 | 12 | 144 | 121 |
| Binary | 11111111 | 10101110 | 10011101 | 0 | 100000 | 100110 | 0 | 1010 | 1100100 | 1010001 |
Color Harmonies of #FFAE9D
Complementary color
Monochromatic Colors of #FFAE9D
Black with #FFAE9D
Text Example
Text Example
White with #FFAE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE9D; }
p { color: rgb(255,174,157); }
H1.HeaderClassName
{
color: #FFAE9D;
}
.AnyTagClassName
{
color: #FFAE9D;
}
</style>
background-color css
<style>
a { background-color: #FFAE9D; }
a { background-color: rgb(255,174,157); }
div.DivClassName
{
background-color: #FFAE9D;
}
.BgClassName
{
background-color: #FFAE9D;
}
</style>
border-color css
<style>
span { border-color: #FFAE9D; }
span { border-color: rgb(255,174,157); }
td.TdClassName
{
border-color: #FFAE9D;
}
.TagClassName
{
border-color: #FFAE9D;
}
</style>