Shades of Lavender Rose #FDA1FE
Tints of Lavender Rose #FDA1FE
RGB
CMYK
RGB Variations
Color information
#FDA1FE (or 0xFDA1FE) is known color: Lavender Rose. HEX triplet: FD, A1 and FE. RGB value is (253,161,254). Sum of RGB (Red+Green+Blue) = 253+161+254=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 161 (63.28% from 255 or 24.10% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1FE is #025E01. Grayscale: #C6C6C6. Windows color (decimal): -155138 or 16687613. OLE color: 16687613.
HSL color Cylindrical-coordinate representation of color #FDA1FE: hue angle of 299.35º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA1FE is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 161 | 254 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.00 |
| HSL | 299.35º | 0.98% | 0.81% | - |
| HSV(B) | 299.35º | 0.37% | 1% | - |
| XYZ | 71.14 | 53.53 | 100.35 | - |
| YUV | 199.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 254 | 0.00 | 0.37 | 0 | 0.00 | 299.35 | 0.98 | 0.81 |
| Hex | FD | A1 | FE | 0 | 25 | 0 | 0 | 12B | 62 | 51 |
| Octal | 375 | 241 | 376 | 0 | 45 | 0 | 0 | 453 | 142 | 121 |
| Binary | 11111101 | 10100001 | 11111110 | 0 | 100101 | 0 | 0 | 100101011 | 1100010 | 1010001 |
Color Harmonies of #FDA1FE
Complementary color
Monochromatic Colors of #FDA1FE
Black with #FDA1FE
Text Example
Text Example
White with #FDA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1FE; }
p { color: rgb(253,161,254); }
H1.HeaderClassName
{
color: #FDA1FE;
}
.AnyTagClassName
{
color: #FDA1FE;
}
</style>
background-color css
<style>
a { background-color: #FDA1FE; }
a { background-color: rgb(253,161,254); }
div.DivClassName
{
background-color: #FDA1FE;
}
.BgClassName
{
background-color: #FDA1FE;
}
</style>
border-color css
<style>
span { border-color: #FDA1FE; }
span { border-color: rgb(253,161,254); }
td.TdClassName
{
border-color: #FDA1FE;
}
.TagClassName
{
border-color: #FDA1FE;
}
</style>