Shades of Lavender Rose #FFAEF8
Tints of Lavender Rose #FFAEF8
RGB
CMYK
RGB Variations
Color information
#FFAEF8 (or 0xFFAEF8) is known color: Lavender Rose. HEX triplet: FF, AE and F8. RGB value is (255,174,248). Sum of RGB (Red+Green+Blue) = 255+174+248=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 174 (68.36% from 255 or 25.70% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEF8 is #005107. Grayscale: #CECECE. Windows color (decimal): -20744 or 16297727. OLE color: 16297727.
HSL color Cylindrical-coordinate representation of color #FFAEF8: hue angle of 305.19º 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 #FFAEF8 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 248 | - |
| CMYK | 0 | 0.32 | 0.03 | 0 |
| HSL | 305.19º | 1% | 0.84% | - |
| HSV(B) | 305.19º | 0.32% | 1% | - |
| XYZ | 73.32 | 58.31 | 96.2 | - |
| YUV | 206.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 248 | 0 | 0.32 | 0.03 | 0 | 305.19 | 1 | 0.84 |
| Hex | FF | AE | F8 | 0 | 20 | 3 | 0 | 131 | 64 | 54 |
| Octal | 377 | 256 | 370 | 0 | 40 | 3 | 0 | 461 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11111000 | 0 | 100000 | 11 | 0 | 100110001 | 1100100 | 1010100 |
Color Harmonies of #FFAEF8
Complementary color
Monochromatic Colors of #FFAEF8
Black with #FFAEF8
Text Example
Text Example
White with #FFAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEF8; }
p { color: rgb(255,174,248); }
H1.HeaderClassName
{
color: #FFAEF8;
}
.AnyTagClassName
{
color: #FFAEF8;
}
</style>
background-color css
<style>
a { background-color: #FFAEF8; }
a { background-color: rgb(255,174,248); }
div.DivClassName
{
background-color: #FFAEF8;
}
.BgClassName
{
background-color: #FFAEF8;
}
</style>
border-color css
<style>
span { border-color: #FFAEF8; }
span { border-color: rgb(255,174,248); }
td.TdClassName
{
border-color: #FFAEF8;
}
.TagClassName
{
border-color: #FFAEF8;
}
</style>