Shades of Lavender Rose #FDA1FC
Tints of Lavender Rose #FDA1FC
RGB
CMYK
RGB Variations
Color information
#FDA1FC (or 0xFDA1FC) is known color: Lavender Rose. HEX triplet: FD, A1 and FC. RGB value is (253,161,252). Sum of RGB (Red+Green+Blue) = 253+161+252=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 161 (63.28% from 255 or 24.17% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1FC is #025E03. Grayscale: #C6C6C6. Windows color (decimal): -155140 or 16556541. OLE color: 16556541.
HSL color Cylindrical-coordinate representation of color #FDA1FC: hue angle of 300.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 #FDA1FC is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 161 | 252 | - |
CMYK | 0 | 0.36 | 0.00 | 0.01 |
HSL | 300.65º | 0.96% | 0.81% | - |
HSV(B) | 300.65º | 0.36% | 0.99% | - |
XYZ | 70.82 | 53.4 | 98.67 | - |
YUV | 198.88 | 157.98 | 166.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 161 | 252 | 0 | 0.36 | 0.00 | 0.01 | 300.65 | 0.96 | 0.81 |
Hex | FD | A1 | FC | 0 | 24 | 0 | 1 | 12D | 60 | 51 |
Octal | 375 | 241 | 374 | 0 | 44 | 0 | 1 | 455 | 140 | 121 |
Binary | 11111101 | 10100001 | 11111100 | 0 | 100100 | 0 | 1 | 100101101 | 1100000 | 1010001 |
Color Harmonies of #FDA1FC
Complementary color
Monochromatic Colors of #FDA1FC
Black with #FDA1FC
Text Example
Text Example
White with #FDA1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1FC; }
p { color: rgb(253,161,252); }
H1.HeaderClassName
{
color: #FDA1FC;
}
.AnyTagClassName
{
color: #FDA1FC;
}
</style>
background-color css
<style>
a { background-color: #FDA1FC; }
a { background-color: rgb(253,161,252); }
div.DivClassName
{
background-color: #FDA1FC;
}
.BgClassName
{
background-color: #FDA1FC;
}
</style>
border-color css
<style>
span { border-color: #FDA1FC; }
span { border-color: rgb(253,161,252); }
td.TdClassName
{
border-color: #FDA1FC;
}
.TagClassName
{
border-color: #FDA1FC;
}
</style>