Shades of Lavender Rose #FDA1FD
Tints of Lavender Rose #FDA1FD
RGB
CMYK
RGB Variations
Color information
#FDA1FD (or 0xFDA1FD) is known color: Lavender Rose. HEX triplet: FD, A1 and FD. RGB value is (253,161,253). Sum of RGB (Red+Green+Blue) = 253+161+253=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 161 (63.28% from 255 or 24.14% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDA1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1FD is #025E02. Grayscale: #C6C6C6. Windows color (decimal): -155139 or 16622077. OLE color: 16622077.
HSL color Cylindrical-coordinate representation of color #FDA1FD: hue angle of 300º 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 #FDA1FD is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 161 | 253 | - |
CMYK | 0 | 0.36 | 0 | 0.01 |
HSL | 300º | 0.96% | 0.81% | - |
HSV(B) | 300º | 0.36% | 0.99% | - |
XYZ | 70.98 | 53.46 | 99.51 | - |
YUV | 199 | 158.48 | 166.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 161 | 253 | 0 | 0.36 | 0 | 0.01 | 300 | 0.96 | 0.81 |
Hex | FD | A1 | FD | 0 | 24 | 0 | 1 | 12C | 60 | 51 |
Octal | 375 | 241 | 375 | 0 | 44 | 0 | 1 | 454 | 140 | 121 |
Binary | 11111101 | 10100001 | 11111101 | 0 | 100100 | 0 | 1 | 100101100 | 1100000 | 1010001 |
Color Harmonies of #FDA1FD
Complementary color
Monochromatic Colors of #FDA1FD
Black with #FDA1FD
Text Example
Text Example
White with #FDA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1FD; }
p { color: rgb(253,161,253); }
H1.HeaderClassName
{
color: #FDA1FD;
}
.AnyTagClassName
{
color: #FDA1FD;
}
</style>
background-color css
<style>
a { background-color: #FDA1FD; }
a { background-color: rgb(253,161,253); }
div.DivClassName
{
background-color: #FDA1FD;
}
.BgClassName
{
background-color: #FDA1FD;
}
</style>
border-color css
<style>
span { border-color: #FDA1FD; }
span { border-color: rgb(253,161,253); }
td.TdClassName
{
border-color: #FDA1FD;
}
.TagClassName
{
border-color: #FDA1FD;
}
</style>