Shades of Lavender Rose #FDAAFF
Tints of Lavender Rose #FDAAFF
RGB
CMYK
RGB Variations
Color information
#FDAAFF (or 0xFDAAFF) is known color: Lavender Rose. HEX triplet: FD, AA and FF. RGB value is (253,170,255). Sum of RGB (Red+Green+Blue) = 253+170+255=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 170 (66.80% from 255 or 25.07% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAFF is #025500. Grayscale: #CCCCCC. Windows color (decimal): -152833 or 16755453. OLE color: 16755453.
HSL color Cylindrical-coordinate representation of color #FDAAFF: hue angle of 298.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAAFF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 170 | 255 | - |
| CMYK | 0.01 | 0.33 | 0 | 0 |
| HSL | 298.59º | 1% | 0.83% | - |
| HSV(B) | 298.59º | 0.33% | 1% | - |
| XYZ | 72.93 | 56.85 | 101.74 | - |
| YUV | 204.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 255 | 0.01 | 0.33 | 0 | 0 | 298.59 | 1 | 0.83 |
| Hex | FD | AA | FF | 1 | 21 | 0 | 0 | 12B | 64 | 53 |
| Octal | 375 | 252 | 377 | 1 | 41 | 0 | 0 | 453 | 144 | 123 |
| Binary | 11111101 | 10101010 | 11111111 | 1 | 100001 | 0 | 0 | 100101011 | 1100100 | 1010011 |
Color Harmonies of #FDAAFF
Complementary color
Monochromatic Colors of #FDAAFF
Black with #FDAAFF
Text Example
Text Example
White with #FDAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAFF; }
p { color: rgb(253,170,255); }
H1.HeaderClassName
{
color: #FDAAFF;
}
.AnyTagClassName
{
color: #FDAAFF;
}
</style>
background-color css
<style>
a { background-color: #FDAAFF; }
a { background-color: rgb(253,170,255); }
div.DivClassName
{
background-color: #FDAAFF;
}
.BgClassName
{
background-color: #FDAAFF;
}
</style>
border-color css
<style>
span { border-color: #FDAAFF; }
span { border-color: rgb(253,170,255); }
td.TdClassName
{
border-color: #FDAAFF;
}
.TagClassName
{
border-color: #FDAAFF;
}
</style>