Shades of Lavender Rose #FDA1F3
Tints of Lavender Rose #FDA1F3
RGB
CMYK
RGB Variations
Color information
#FDA1F3 (or 0xFDA1F3) is known color: Lavender Rose. HEX triplet: FD, A1 and F3. RGB value is (253,161,243). Sum of RGB (Red+Green+Blue) = 253+161+243=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 161 (63.28% from 255 or 24.51% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1F3 is #025E0C. Grayscale: #C5C5C5. Windows color (decimal): -155149 or 15966717. OLE color: 15966717.
HSL color Cylindrical-coordinate representation of color #FDA1F3: hue angle of 306.52º 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 #FDA1F3 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 243 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.01 |
| HSL | 306.52º | 0.96% | 0.81% | - |
| HSV(B) | 306.52º | 0.36% | 0.99% | - |
| XYZ | 69.43 | 52.84 | 91.33 | - |
| YUV | 197.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 243 | 0 | 0.36 | 0.04 | 0.01 | 306.52 | 0.96 | 0.81 |
| Hex | FD | A1 | F3 | 0 | 24 | 4 | 1 | 133 | 60 | 51 |
| Octal | 375 | 241 | 363 | 0 | 44 | 4 | 1 | 463 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11110011 | 0 | 100100 | 100 | 1 | 100110011 | 1100000 | 1010001 |
Color Harmonies of #FDA1F3
Complementary color
Monochromatic Colors of #FDA1F3
Black with #FDA1F3
Text Example
Text Example
White with #FDA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1F3; }
p { color: rgb(253,161,243); }
H1.HeaderClassName
{
color: #FDA1F3;
}
.AnyTagClassName
{
color: #FDA1F3;
}
</style>
background-color css
<style>
a { background-color: #FDA1F3; }
a { background-color: rgb(253,161,243); }
div.DivClassName
{
background-color: #FDA1F3;
}
.BgClassName
{
background-color: #FDA1F3;
}
</style>
border-color css
<style>
span { border-color: #FDA1F3; }
span { border-color: rgb(253,161,243); }
td.TdClassName
{
border-color: #FDA1F3;
}
.TagClassName
{
border-color: #FDA1F3;
}
</style>