Shades of Lavender Rose #FDA1F5
Tints of Lavender Rose #FDA1F5
RGB
CMYK
RGB Variations
Color information
#FDA1F5 (or 0xFDA1F5) is known color: Lavender Rose. HEX triplet: FD, A1 and F5. RGB value is (253,161,245). Sum of RGB (Red+Green+Blue) = 253+161+245=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 161 (63.28% from 255 or 24.43% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1F5 is #025E0A. Grayscale: #C5C5C5. Windows color (decimal): -155147 or 16097789. OLE color: 16097789.
HSL color Cylindrical-coordinate representation of color #FDA1F5: hue angle of 305.22º 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 #FDA1F5 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 245 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.01 |
| HSL | 305.22º | 0.96% | 0.81% | - |
| HSV(B) | 305.22º | 0.36% | 0.99% | - |
| XYZ | 69.73 | 52.96 | 92.93 | - |
| YUV | 198.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 245 | 0 | 0.36 | 0.03 | 0.01 | 305.22 | 0.96 | 0.81 |
| Hex | FD | A1 | F5 | 0 | 24 | 3 | 1 | 131 | 60 | 51 |
| Octal | 375 | 241 | 365 | 0 | 44 | 3 | 1 | 461 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11110101 | 0 | 100100 | 11 | 1 | 100110001 | 1100000 | 1010001 |
Color Harmonies of #FDA1F5
Complementary color
Monochromatic Colors of #FDA1F5
Black with #FDA1F5
Text Example
Text Example
White with #FDA1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1F5; }
p { color: rgb(253,161,245); }
H1.HeaderClassName
{
color: #FDA1F5;
}
.AnyTagClassName
{
color: #FDA1F5;
}
</style>
background-color css
<style>
a { background-color: #FDA1F5; }
a { background-color: rgb(253,161,245); }
div.DivClassName
{
background-color: #FDA1F5;
}
.BgClassName
{
background-color: #FDA1F5;
}
</style>
border-color css
<style>
span { border-color: #FDA1F5; }
span { border-color: rgb(253,161,245); }
td.TdClassName
{
border-color: #FDA1F5;
}
.TagClassName
{
border-color: #FDA1F5;
}
</style>