Shades of Rose Bud #FFAE9C
Tints of Rose Bud #FFAE9C
RGB
CMYK
RGB Variations
Color information
#FFAE9C (or 0xFFAE9C) is known color: Rose Bud. HEX triplet: FF, AE and 9C. RGB value is (255,174,156). Sum of RGB (Red+Green+Blue) = 255+174+156=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE9C is #005163. Grayscale: #C4C4C4. Windows color (decimal): -20836 or 10268415. OLE color: 10268415.
HSL color Cylindrical-coordinate representation of color #FFAE9C: hue angle of 10.91º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFAE9C is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 156 | - |
| CMYK | 0 | 0.32 | 0.39 | 0 |
| HSL | 10.91º | 1% | 0.81% | - |
| HSV(B) | 10.91º | 0.39% | 1% | - |
| XYZ | 62.38 | 53.93 | 38.57 | - |
| YUV | 196.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 156 | 0 | 0.32 | 0.39 | 0 | 10.91 | 1 | 0.81 |
| Hex | FF | AE | 9C | 0 | 20 | 27 | 0 | B | 64 | 51 |
| Octal | 377 | 256 | 234 | 0 | 40 | 47 | 0 | 13 | 144 | 121 |
| Binary | 11111111 | 10101110 | 10011100 | 0 | 100000 | 100111 | 0 | 1011 | 1100100 | 1010001 |
Color Harmonies of #FFAE9C
Complementary color
Monochromatic Colors of #FFAE9C
Black with #FFAE9C
Text Example
Text Example
White with #FFAE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE9C; }
p { color: rgb(255,174,156); }
H1.HeaderClassName
{
color: #FFAE9C;
}
.AnyTagClassName
{
color: #FFAE9C;
}
</style>
background-color css
<style>
a { background-color: #FFAE9C; }
a { background-color: rgb(255,174,156); }
div.DivClassName
{
background-color: #FFAE9C;
}
.BgClassName
{
background-color: #FFAE9C;
}
</style>
border-color css
<style>
span { border-color: #FFAE9C; }
span { border-color: rgb(255,174,156); }
td.TdClassName
{
border-color: #FFAE9C;
}
.TagClassName
{
border-color: #FFAE9C;
}
</style>