Shades of Lavender Rose #FDA1E1
Tints of Lavender Rose #FDA1E1
RGB
CMYK
RGB Variations
Color information
#FDA1E1 (or 0xFDA1E1) is known color: Lavender Rose. HEX triplet: FD, A1 and E1. RGB value is (253,161,225). Sum of RGB (Red+Green+Blue) = 253+161+225=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1E1 is #025E1E. Grayscale: #C3C3C3. Windows color (decimal): -155167 or 14787069. OLE color: 14787069.
HSL color Cylindrical-coordinate representation of color #FDA1E1: hue angle of 318.26º 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 #FDA1E1 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 225 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.01 |
| HSL | 318.26º | 0.96% | 0.81% | - |
| HSV(B) | 318.26º | 0.36% | 0.99% | - |
| XYZ | 66.84 | 51.81 | 77.71 | - |
| YUV | 195.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 225 | 0 | 0.36 | 0.11 | 0.01 | 318.26 | 0.96 | 0.81 |
| Hex | FD | A1 | E1 | 0 | 24 | B | 1 | 13E | 60 | 51 |
| Octal | 375 | 241 | 341 | 0 | 44 | 13 | 1 | 476 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11100001 | 0 | 100100 | 1011 | 1 | 100111110 | 1100000 | 1010001 |
Color Harmonies of #FDA1E1
Complementary color
Monochromatic Colors of #FDA1E1
Black with #FDA1E1
Text Example
Text Example
White with #FDA1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1E1; }
p { color: rgb(253,161,225); }
H1.HeaderClassName
{
color: #FDA1E1;
}
.AnyTagClassName
{
color: #FDA1E1;
}
</style>
background-color css
<style>
a { background-color: #FDA1E1; }
a { background-color: rgb(253,161,225); }
div.DivClassName
{
background-color: #FDA1E1;
}
.BgClassName
{
background-color: #FDA1E1;
}
</style>
border-color css
<style>
span { border-color: #FDA1E1; }
span { border-color: rgb(253,161,225); }
td.TdClassName
{
border-color: #FDA1E1;
}
.TagClassName
{
border-color: #FDA1E1;
}
</style>