Shades of Lavender Rose #FFAEFB
Tints of Lavender Rose #FFAEFB
RGB
CMYK
RGB Variations
Color information
#FFAEFB (or 0xFFAEFB) is known color: Lavender Rose. HEX triplet: FF, AE and FB. RGB value is (255,174,251). Sum of RGB (Red+Green+Blue) = 255+174+251=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 174 (68.36% from 255 or 25.59% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEFB is #005104. Grayscale: #CECECE. Windows color (decimal): -20741 or 16494335. OLE color: 16494335.
HSL color Cylindrical-coordinate representation of color #FFAEFB: hue angle of 302.96º 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 #FFAEFB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 251 | - |
| CMYK | 0 | 0.32 | 0.02 | 0 |
| HSL | 302.96º | 1% | 0.84% | - |
| HSV(B) | 302.96º | 0.32% | 1% | - |
| XYZ | 73.79 | 58.5 | 98.67 | - |
| YUV | 207 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 251 | 0 | 0.32 | 0.02 | 0 | 302.96 | 1 | 0.84 |
| Hex | FF | AE | FB | 0 | 20 | 2 | 0 | 12F | 64 | 54 |
| Octal | 377 | 256 | 373 | 0 | 40 | 2 | 0 | 457 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11111011 | 0 | 100000 | 10 | 0 | 100101111 | 1100100 | 1010100 |
Color Harmonies of #FFAEFB
Complementary color
Monochromatic Colors of #FFAEFB
Black with #FFAEFB
Text Example
Text Example
White with #FFAEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEFB; }
p { color: rgb(255,174,251); }
H1.HeaderClassName
{
color: #FFAEFB;
}
.AnyTagClassName
{
color: #FFAEFB;
}
</style>
background-color css
<style>
a { background-color: #FFAEFB; }
a { background-color: rgb(255,174,251); }
div.DivClassName
{
background-color: #FFAEFB;
}
.BgClassName
{
background-color: #FFAEFB;
}
</style>
border-color css
<style>
span { border-color: #FFAEFB; }
span { border-color: rgb(255,174,251); }
td.TdClassName
{
border-color: #FFAEFB;
}
.TagClassName
{
border-color: #FFAEFB;
}
</style>