Shades of Lavender Rose #FDAAEE
Tints of Lavender Rose #FDAAEE
RGB
CMYK
RGB Variations
Color information
#FDAAEE (or 0xFDAAEE) is known color: Lavender Rose. HEX triplet: FD, AA and EE. RGB value is (253,170,238). Sum of RGB (Red+Green+Blue) = 253+170+238=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 170 (66.80% from 255 or 25.72% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAEE is #025511. Grayscale: #CACACA. Windows color (decimal): -152850 or 15641341. OLE color: 15641341.
HSL color Cylindrical-coordinate representation of color #FDAAEE: hue angle of 310.84º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAAEE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 238 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.01 |
| HSL | 310.84º | 0.95% | 0.83% | - |
| HSV(B) | 310.84º | 0.33% | 0.99% | - |
| XYZ | 70.32 | 55.81 | 87.95 | - |
| YUV | 202.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 238 | 0 | 0.33 | 0.06 | 0.01 | 310.84 | 0.95 | 0.83 |
| Hex | FD | AA | EE | 0 | 21 | 6 | 1 | 137 | 5F | 53 |
| Octal | 375 | 252 | 356 | 0 | 41 | 6 | 1 | 467 | 137 | 123 |
| Binary | 11111101 | 10101010 | 11101110 | 0 | 100001 | 110 | 1 | 100110111 | 1011111 | 1010011 |
Color Harmonies of #FDAAEE
Complementary color
Monochromatic Colors of #FDAAEE
Black with #FDAAEE
Text Example
Text Example
White with #FDAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAEE; }
p { color: rgb(253,170,238); }
H1.HeaderClassName
{
color: #FDAAEE;
}
.AnyTagClassName
{
color: #FDAAEE;
}
</style>
background-color css
<style>
a { background-color: #FDAAEE; }
a { background-color: rgb(253,170,238); }
div.DivClassName
{
background-color: #FDAAEE;
}
.BgClassName
{
background-color: #FDAAEE;
}
</style>
border-color css
<style>
span { border-color: #FDAAEE; }
span { border-color: rgb(253,170,238); }
td.TdClassName
{
border-color: #FDAAEE;
}
.TagClassName
{
border-color: #FDAAEE;
}
</style>