Shades of Lavender Rose #FDA1E9
Tints of Lavender Rose #FDA1E9
RGB
CMYK
RGB Variations
Color information
#FDA1E9 (or 0xFDA1E9) is known color: Lavender Rose. HEX triplet: FD, A1 and E9. RGB value is (253,161,233). Sum of RGB (Red+Green+Blue) = 253+161+233=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 161 (63.28% from 255 or 24.88% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1E9 is #025E16. Grayscale: #C4C4C4. Windows color (decimal): -155159 or 15311357. OLE color: 15311357.
HSL color Cylindrical-coordinate representation of color #FDA1E9: hue angle of 313.04º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA1E9 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 233 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.01 |
| HSL | 313.04º | 0.96% | 0.81% | - |
| HSV(B) | 313.04º | 0.36% | 0.99% | - |
| XYZ | 67.96 | 52.26 | 83.6 | - |
| YUV | 196.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 233 | 0 | 0.36 | 0.08 | 0.01 | 313.04 | 0.96 | 0.81 |
| Hex | FD | A1 | E9 | 0 | 24 | 8 | 1 | 139 | 60 | 51 |
| Octal | 375 | 241 | 351 | 0 | 44 | 10 | 1 | 471 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11101001 | 0 | 100100 | 1000 | 1 | 100111001 | 1100000 | 1010001 |
Color Harmonies of #FDA1E9
Complementary color
Monochromatic Colors of #FDA1E9
Black with #FDA1E9
Text Example
Text Example
White with #FDA1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1E9; }
p { color: rgb(253,161,233); }
H1.HeaderClassName
{
color: #FDA1E9;
}
.AnyTagClassName
{
color: #FDA1E9;
}
</style>
background-color css
<style>
a { background-color: #FDA1E9; }
a { background-color: rgb(253,161,233); }
div.DivClassName
{
background-color: #FDA1E9;
}
.BgClassName
{
background-color: #FDA1E9;
}
</style>
border-color css
<style>
span { border-color: #FDA1E9; }
span { border-color: rgb(253,161,233); }
td.TdClassName
{
border-color: #FDA1E9;
}
.TagClassName
{
border-color: #FDA1E9;
}
</style>