Shades of Lavender Rose #FDA1F2
Tints of Lavender Rose #FDA1F2
RGB
CMYK
RGB Variations
Color information
#FDA1F2 (or 0xFDA1F2) is known color: Lavender Rose. HEX triplet: FD, A1 and F2. RGB value is (253,161,242). Sum of RGB (Red+Green+Blue) = 253+161+242=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 161 (63.28% from 255 or 24.54% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1F2 is #025E0D. Grayscale: #C5C5C5. Windows color (decimal): -155150 or 15901181. OLE color: 15901181.
HSL color Cylindrical-coordinate representation of color #FDA1F2: hue angle of 307.17º 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 #FDA1F2 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 242 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.01 |
| HSL | 307.17º | 0.96% | 0.81% | - |
| HSV(B) | 307.17º | 0.36% | 0.99% | - |
| XYZ | 69.28 | 52.78 | 90.54 | - |
| YUV | 197.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 242 | 0 | 0.36 | 0.04 | 0.01 | 307.17 | 0.96 | 0.81 |
| Hex | FD | A1 | F2 | 0 | 24 | 4 | 1 | 133 | 60 | 51 |
| Octal | 375 | 241 | 362 | 0 | 44 | 4 | 1 | 463 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11110010 | 0 | 100100 | 100 | 1 | 100110011 | 1100000 | 1010001 |
Color Harmonies of #FDA1F2
Complementary color
Monochromatic Colors of #FDA1F2
Black with #FDA1F2
Text Example
Text Example
White with #FDA1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1F2; }
p { color: rgb(253,161,242); }
H1.HeaderClassName
{
color: #FDA1F2;
}
.AnyTagClassName
{
color: #FDA1F2;
}
</style>
background-color css
<style>
a { background-color: #FDA1F2; }
a { background-color: rgb(253,161,242); }
div.DivClassName
{
background-color: #FDA1F2;
}
.BgClassName
{
background-color: #FDA1F2;
}
</style>
border-color css
<style>
span { border-color: #FDA1F2; }
span { border-color: rgb(253,161,242); }
td.TdClassName
{
border-color: #FDA1F2;
}
.TagClassName
{
border-color: #FDA1F2;
}
</style>