Shades of Lavender Rose #FDA1EC
Tints of Lavender Rose #FDA1EC
RGB
CMYK
RGB Variations
Color information
#FDA1EC (or 0xFDA1EC) is known color: Lavender Rose. HEX triplet: FD, A1 and EC. RGB value is (253,161,236). Sum of RGB (Red+Green+Blue) = 253+161+236=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 161 (63.28% from 255 or 24.77% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1EC is #025E13. Grayscale: #C4C4C4. Windows color (decimal): -155156 or 15507965. OLE color: 15507965.
HSL color Cylindrical-coordinate representation of color #FDA1EC: hue angle of 311.09º 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 #FDA1EC is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 236 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.01 |
| HSL | 311.09º | 0.96% | 0.81% | - |
| HSV(B) | 311.09º | 0.36% | 0.99% | - |
| XYZ | 68.39 | 52.43 | 85.87 | - |
| YUV | 197.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 236 | 0 | 0.36 | 0.07 | 0.01 | 311.09 | 0.96 | 0.81 |
| Hex | FD | A1 | EC | 0 | 24 | 7 | 1 | 137 | 60 | 51 |
| Octal | 375 | 241 | 354 | 0 | 44 | 7 | 1 | 467 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11101100 | 0 | 100100 | 111 | 1 | 100110111 | 1100000 | 1010001 |
Color Harmonies of #FDA1EC
Complementary color
Monochromatic Colors of #FDA1EC
Black with #FDA1EC
Text Example
Text Example
White with #FDA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1EC; }
p { color: rgb(253,161,236); }
H1.HeaderClassName
{
color: #FDA1EC;
}
.AnyTagClassName
{
color: #FDA1EC;
}
</style>
background-color css
<style>
a { background-color: #FDA1EC; }
a { background-color: rgb(253,161,236); }
div.DivClassName
{
background-color: #FDA1EC;
}
.BgClassName
{
background-color: #FDA1EC;
}
</style>
border-color css
<style>
span { border-color: #FDA1EC; }
span { border-color: rgb(253,161,236); }
td.TdClassName
{
border-color: #FDA1EC;
}
.TagClassName
{
border-color: #FDA1EC;
}
</style>