Shades of Lavender Rose #FFAEF6
Tints of Lavender Rose #FFAEF6
RGB
CMYK
RGB Variations
Color information
#FFAEF6 (or 0xFFAEF6) is known color: Lavender Rose. HEX triplet: FF, AE and F6. RGB value is (255,174,246). Sum of RGB (Red+Green+Blue) = 255+174+246=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 174 (68.36% from 255 or 25.78% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEF6 is #005109. Grayscale: #CECECE. Windows color (decimal): -20746 or 16166655. OLE color: 16166655.
HSL color Cylindrical-coordinate representation of color #FFAEF6: hue angle of 306.67º 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 #FFAEF6 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 246 | - |
| CMYK | 0 | 0.32 | 0.04 | 0 |
| HSL | 306.67º | 1% | 0.84% | - |
| HSV(B) | 306.67º | 0.32% | 1% | - |
| XYZ | 73.01 | 58.19 | 94.57 | - |
| YUV | 206.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 246 | 0 | 0.32 | 0.04 | 0 | 306.67 | 1 | 0.84 |
| Hex | FF | AE | F6 | 0 | 20 | 4 | 0 | 133 | 64 | 54 |
| Octal | 377 | 256 | 366 | 0 | 40 | 4 | 0 | 463 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11110110 | 0 | 100000 | 100 | 0 | 100110011 | 1100100 | 1010100 |
Color Harmonies of #FFAEF6
Complementary color
Monochromatic Colors of #FFAEF6
Black with #FFAEF6
Text Example
Text Example
White with #FFAEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEF6; }
p { color: rgb(255,174,246); }
H1.HeaderClassName
{
color: #FFAEF6;
}
.AnyTagClassName
{
color: #FFAEF6;
}
</style>
background-color css
<style>
a { background-color: #FFAEF6; }
a { background-color: rgb(255,174,246); }
div.DivClassName
{
background-color: #FFAEF6;
}
.BgClassName
{
background-color: #FFAEF6;
}
</style>
border-color css
<style>
span { border-color: #FFAEF6; }
span { border-color: rgb(255,174,246); }
td.TdClassName
{
border-color: #FFAEF6;
}
.TagClassName
{
border-color: #FFAEF6;
}
</style>