Shades of Lavender Rose #FFAEFF
Tints of Lavender Rose #FFAEFF
RGB
CMYK
RGB Variations
Color information
#FFAEFF (or 0xFFAEFF) is known color: Lavender Rose. HEX triplet: FF, AE and FF. RGB value is (255,174,255). Sum of RGB (Red+Green+Blue) = 255+174+255=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 174 (68.36% from 255 or 25.44% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEFF is #005100. Grayscale: #CFCFCF. Windows color (decimal): -20737 or 16756479. OLE color: 16756479.
HSL color Cylindrical-coordinate representation of color #FFAEFF: hue angle of 300º 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 #FFAEFF is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 255 | - |
| CMYK | 0 | 0.32 | 0 | 0 |
| HSL | 300º | 1% | 0.84% | - |
| HSV(B) | 300º | 0.32% | 1% | - |
| XYZ | 74.43 | 58.75 | 102.03 | - |
| YUV | 207.45 | 154.84 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 255 | 0 | 0.32 | 0 | 0 | 300 | 1 | 0.84 |
| Hex | FF | AE | FF | 0 | 20 | 0 | 0 | 12C | 64 | 54 |
| Octal | 377 | 256 | 377 | 0 | 40 | 0 | 0 | 454 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11111111 | 0 | 100000 | 0 | 0 | 100101100 | 1100100 | 1010100 |
Color Harmonies of #FFAEFF
Complementary color
Monochromatic Colors of #FFAEFF
Black with #FFAEFF
Text Example
Text Example
White with #FFAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEFF; }
p { color: rgb(255,174,255); }
H1.HeaderClassName
{
color: #FFAEFF;
}
.AnyTagClassName
{
color: #FFAEFF;
}
</style>
background-color css
<style>
a { background-color: #FFAEFF; }
a { background-color: rgb(255,174,255); }
div.DivClassName
{
background-color: #FFAEFF;
}
.BgClassName
{
background-color: #FFAEFF;
}
</style>
border-color css
<style>
span { border-color: #FFAEFF; }
span { border-color: rgb(255,174,255); }
td.TdClassName
{
border-color: #FFAEFF;
}
.TagClassName
{
border-color: #FFAEFF;
}
</style>