Shades of Lavender Rose #FDA1E7
Tints of Lavender Rose #FDA1E7
RGB
CMYK
RGB Variations
Color information
#FDA1E7 (or 0xFDA1E7) is known color: Lavender Rose. HEX triplet: FD, A1 and E7. RGB value is (253,161,231). Sum of RGB (Red+Green+Blue) = 253+161+231=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 161 (63.28% from 255 or 24.96% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1E7 is #025E18. Grayscale: #C4C4C4. Windows color (decimal): -155161 or 15180285. OLE color: 15180285.
HSL color Cylindrical-coordinate representation of color #FDA1E7: hue angle of 314.35º 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 #FDA1E7 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 161 | 231 | - |
CMYK | 0 | 0.36 | 0.09 | 0.01 |
HSL | 314.35º | 0.96% | 0.81% | - |
HSV(B) | 314.35º | 0.36% | 0.99% | - |
XYZ | 67.68 | 52.14 | 82.1 | - |
YUV | 196.49 | 147.48 | 168.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 161 | 231 | 0 | 0.36 | 0.09 | 0.01 | 314.35 | 0.96 | 0.81 |
Hex | FD | A1 | E7 | 0 | 24 | 9 | 1 | 13A | 60 | 51 |
Octal | 375 | 241 | 347 | 0 | 44 | 11 | 1 | 472 | 140 | 121 |
Binary | 11111101 | 10100001 | 11100111 | 0 | 100100 | 1001 | 1 | 100111010 | 1100000 | 1010001 |
Color Harmonies of #FDA1E7
Complementary color
Monochromatic Colors of #FDA1E7
Black with #FDA1E7
Text Example
Text Example
White with #FDA1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1E7; }
p { color: rgb(253,161,231); }
H1.HeaderClassName
{
color: #FDA1E7;
}
.AnyTagClassName
{
color: #FDA1E7;
}
</style>
background-color css
<style>
a { background-color: #FDA1E7; }
a { background-color: rgb(253,161,231); }
div.DivClassName
{
background-color: #FDA1E7;
}
.BgClassName
{
background-color: #FDA1E7;
}
</style>
border-color css
<style>
span { border-color: #FDA1E7; }
span { border-color: rgb(253,161,231); }
td.TdClassName
{
border-color: #FDA1E7;
}
.TagClassName
{
border-color: #FDA1E7;
}
</style>