Shades of Lavender Rose #FDA1D9
Tints of Lavender Rose #FDA1D9
RGB
CMYK
RGB Variations
Color information
#FDA1D9 (or 0xFDA1D9) is known color: Lavender Rose. HEX triplet: FD, A1 and D9. RGB value is (253,161,217). Sum of RGB (Red+Green+Blue) = 253+161+217=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1D9 is #025E26. Grayscale: #C2C2C2. Windows color (decimal): -155175 or 14262781. OLE color: 14262781.
HSL color Cylindrical-coordinate representation of color #FDA1D9: hue angle of 323.48º 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 #FDA1D9 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 161 | 217 | - |
CMYK | 0 | 0.36 | 0.14 | 0.01 |
HSL | 323.48º | 0.96% | 0.81% | - |
HSV(B) | 323.48º | 0.36% | 0.99% | - |
XYZ | 65.78 | 51.38 | 72.1 | - |
YUV | 194.89 | 140.48 | 169.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 161 | 217 | 0 | 0.36 | 0.14 | 0.01 | 323.48 | 0.96 | 0.81 |
Hex | FD | A1 | D9 | 0 | 24 | E | 1 | 143 | 60 | 51 |
Octal | 375 | 241 | 331 | 0 | 44 | 16 | 1 | 503 | 140 | 121 |
Binary | 11111101 | 10100001 | 11011001 | 0 | 100100 | 1110 | 1 | 101000011 | 1100000 | 1010001 |
Color Harmonies of #FDA1D9
Complementary color
Monochromatic Colors of #FDA1D9
Black with #FDA1D9
Text Example
Text Example
White with #FDA1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1D9; }
p { color: rgb(253,161,217); }
H1.HeaderClassName
{
color: #FDA1D9;
}
.AnyTagClassName
{
color: #FDA1D9;
}
</style>
background-color css
<style>
a { background-color: #FDA1D9; }
a { background-color: rgb(253,161,217); }
div.DivClassName
{
background-color: #FDA1D9;
}
.BgClassName
{
background-color: #FDA1D9;
}
</style>
border-color css
<style>
span { border-color: #FDA1D9; }
span { border-color: rgb(253,161,217); }
td.TdClassName
{
border-color: #FDA1D9;
}
.TagClassName
{
border-color: #FDA1D9;
}
</style>