Shades of Lavender Rose #FDAAFA
Tints of Lavender Rose #FDAAFA
RGB
CMYK
RGB Variations
Color information
#FDAAFA (or 0xFDAAFA) is known color: Lavender Rose. HEX triplet: FD, AA and FA. RGB value is (253,170,250). Sum of RGB (Red+Green+Blue) = 253+170+250=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 170 (66.80% from 255 or 25.26% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAFA is #025505. Grayscale: #CBCBCB. Windows color (decimal): -152838 or 16427773. OLE color: 16427773.
HSL color Cylindrical-coordinate representation of color #FDAAFA: hue angle of 302.17º 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 #FDAAFA is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 250 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.01 |
| HSL | 302.17º | 0.95% | 0.83% | - |
| HSV(B) | 302.17º | 0.33% | 0.99% | - |
| XYZ | 72.14 | 56.53 | 97.55 | - |
| YUV | 203.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 250 | 0 | 0.33 | 0.01 | 0.01 | 302.17 | 0.95 | 0.83 |
| Hex | FD | AA | FA | 0 | 21 | 1 | 1 | 12E | 5F | 53 |
| Octal | 375 | 252 | 372 | 0 | 41 | 1 | 1 | 456 | 137 | 123 |
| Binary | 11111101 | 10101010 | 11111010 | 0 | 100001 | 1 | 1 | 100101110 | 1011111 | 1010011 |
Color Harmonies of #FDAAFA
Complementary color
Monochromatic Colors of #FDAAFA
Black with #FDAAFA
Text Example
Text Example
White with #FDAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAFA; }
p { color: rgb(253,170,250); }
H1.HeaderClassName
{
color: #FDAAFA;
}
.AnyTagClassName
{
color: #FDAAFA;
}
</style>
background-color css
<style>
a { background-color: #FDAAFA; }
a { background-color: rgb(253,170,250); }
div.DivClassName
{
background-color: #FDAAFA;
}
.BgClassName
{
background-color: #FDAAFA;
}
</style>
border-color css
<style>
span { border-color: #FDAAFA; }
span { border-color: rgb(253,170,250); }
td.TdClassName
{
border-color: #FDAAFA;
}
.TagClassName
{
border-color: #FDAAFA;
}
</style>