Shades of Lavender Rose #FDA1E5
Tints of Lavender Rose #FDA1E5
RGB
CMYK
RGB Variations
Color information
#FDA1E5 (or 0xFDA1E5) is known color: Lavender Rose. HEX triplet: FD, A1 and E5. RGB value is (253,161,229). Sum of RGB (Red+Green+Blue) = 253+161+229=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 161 (63.28% from 255 or 25.04% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1E5 is #025E1A. Grayscale: #C4C4C4. Windows color (decimal): -155163 or 15049213. OLE color: 15049213.
HSL color Cylindrical-coordinate representation of color #FDA1E5: hue angle of 315.65º 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 #FDA1E5 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 161 | 229 | - |
CMYK | 0 | 0.36 | 0.09 | 0.01 |
HSL | 315.65º | 0.96% | 0.81% | - |
HSV(B) | 315.65º | 0.36% | 0.99% | - |
XYZ | 67.4 | 52.03 | 80.62 | - |
YUV | 196.26 | 146.48 | 168.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 161 | 229 | 0 | 0.36 | 0.09 | 0.01 | 315.65 | 0.96 | 0.81 |
Hex | FD | A1 | E5 | 0 | 24 | 9 | 1 | 13C | 60 | 51 |
Octal | 375 | 241 | 345 | 0 | 44 | 11 | 1 | 474 | 140 | 121 |
Binary | 11111101 | 10100001 | 11100101 | 0 | 100100 | 1001 | 1 | 100111100 | 1100000 | 1010001 |
Color Harmonies of #FDA1E5
Complementary color
Monochromatic Colors of #FDA1E5
Black with #FDA1E5
Text Example
Text Example
White with #FDA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1E5; }
p { color: rgb(253,161,229); }
H1.HeaderClassName
{
color: #FDA1E5;
}
.AnyTagClassName
{
color: #FDA1E5;
}
</style>
background-color css
<style>
a { background-color: #FDA1E5; }
a { background-color: rgb(253,161,229); }
div.DivClassName
{
background-color: #FDA1E5;
}
.BgClassName
{
background-color: #FDA1E5;
}
</style>
border-color css
<style>
span { border-color: #FDA1E5; }
span { border-color: rgb(253,161,229); }
td.TdClassName
{
border-color: #FDA1E5;
}
.TagClassName
{
border-color: #FDA1E5;
}
</style>