Shades of Rose Bud #FFAEA1
Tints of Rose Bud #FFAEA1
RGB
CMYK
RGB Variations
Color information
#FFAEA1 (or 0xFFAEA1) is known color: Rose Bud. HEX triplet: FF, AE and A1. RGB value is (255,174,161). Sum of RGB (Red+Green+Blue) = 255+174+161=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAEA1 is #00515E. Grayscale: #C4C4C4. Windows color (decimal): -20831 or 10596095. OLE color: 10596095.
HSL color Cylindrical-coordinate representation of color #FFAEA1: hue angle of 8.3º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFAEA1 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 161 | - |
| CMYK | 0 | 0.32 | 0.37 | 0 |
| HSL | 8.3º | 1% | 0.82% | - |
| HSV(B) | 8.3º | 0.37% | 1% | - |
| XYZ | 62.81 | 54.11 | 40.85 | - |
| YUV | 196.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 161 | 0 | 0.32 | 0.37 | 0 | 8.3 | 1 | 0.82 |
| Hex | FF | AE | A1 | 0 | 20 | 25 | 0 | 8 | 64 | 52 |
| Octal | 377 | 256 | 241 | 0 | 40 | 45 | 0 | 10 | 144 | 122 |
| Binary | 11111111 | 10101110 | 10100001 | 0 | 100000 | 100101 | 0 | 1000 | 1100100 | 1010010 |
Color Harmonies of #FFAEA1
Complementary color
Monochromatic Colors of #FFAEA1
Black with #FFAEA1
Text Example
Text Example
White with #FFAEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEA1; }
p { color: rgb(255,174,161); }
H1.HeaderClassName
{
color: #FFAEA1;
}
.AnyTagClassName
{
color: #FFAEA1;
}
</style>
background-color css
<style>
a { background-color: #FFAEA1; }
a { background-color: rgb(255,174,161); }
div.DivClassName
{
background-color: #FFAEA1;
}
.BgClassName
{
background-color: #FFAEA1;
}
</style>
border-color css
<style>
span { border-color: #FFAEA1; }
span { border-color: rgb(255,174,161); }
td.TdClassName
{
border-color: #FFAEA1;
}
.TagClassName
{
border-color: #FFAEA1;
}
</style>