Shades of Lavender Rose #FFAEF3
Tints of Lavender Rose #FFAEF3
RGB
CMYK
RGB Variations
Color information
#FFAEF3 (or 0xFFAEF3) is known color: Lavender Rose. HEX triplet: FF, AE and F3. RGB value is (255,174,243). Sum of RGB (Red+Green+Blue) = 255+174+243=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 174 (68.36% from 255 or 25.89% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEF3 is #00510C. Grayscale: #CDCDCD. Windows color (decimal): -20749 or 15970047. OLE color: 15970047.
HSL color Cylindrical-coordinate representation of color #FFAEF3: hue angle of 308.89º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAEF3 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 243 | - |
| CMYK | 0 | 0.32 | 0.05 | 0 |
| HSL | 308.89º | 1% | 0.84% | - |
| HSV(B) | 308.89º | 0.32% | 1% | - |
| XYZ | 72.55 | 58 | 92.17 | - |
| YUV | 206.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 243 | 0 | 0.32 | 0.05 | 0 | 308.89 | 1 | 0.84 |
| Hex | FF | AE | F3 | 0 | 20 | 5 | 0 | 135 | 64 | 54 |
| Octal | 377 | 256 | 363 | 0 | 40 | 5 | 0 | 465 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11110011 | 0 | 100000 | 101 | 0 | 100110101 | 1100100 | 1010100 |
Color Harmonies of #FFAEF3
Complementary color
Monochromatic Colors of #FFAEF3
Black with #FFAEF3
Text Example
Text Example
White with #FFAEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEF3; }
p { color: rgb(255,174,243); }
H1.HeaderClassName
{
color: #FFAEF3;
}
.AnyTagClassName
{
color: #FFAEF3;
}
</style>
background-color css
<style>
a { background-color: #FFAEF3; }
a { background-color: rgb(255,174,243); }
div.DivClassName
{
background-color: #FFAEF3;
}
.BgClassName
{
background-color: #FFAEF3;
}
</style>
border-color css
<style>
span { border-color: #FFAEF3; }
span { border-color: rgb(255,174,243); }
td.TdClassName
{
border-color: #FFAEF3;
}
.TagClassName
{
border-color: #FFAEF3;
}
</style>