Shades of Lavender Rose #FDA2FA
Tints of Lavender Rose #FDA2FA
RGB
CMYK
RGB Variations
Color information
#FDA2FA (or 0xFDA2FA) is known color: Lavender Rose. HEX triplet: FD, A2 and FA. RGB value is (253,162,250). Sum of RGB (Red+Green+Blue) = 253+162+250=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 162 (63.67% from 255 or 24.36% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2FA is #025D05. Grayscale: #C6C6C6. Windows color (decimal): -154886 or 16425725. OLE color: 16425725.
HSL color Cylindrical-coordinate representation of color #FDA2FA: hue angle of 301.98º 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 #FDA2FA is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 250 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.01 |
| HSL | 301.98º | 0.96% | 0.81% | - |
| HSV(B) | 301.98º | 0.36% | 0.99% | - |
| XYZ | 70.68 | 53.63 | 97.07 | - |
| YUV | 199.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 250 | 0 | 0.36 | 0.01 | 0.01 | 301.98 | 0.96 | 0.81 |
| Hex | FD | A2 | FA | 0 | 24 | 1 | 1 | 12E | 60 | 51 |
| Octal | 375 | 242 | 372 | 0 | 44 | 1 | 1 | 456 | 140 | 121 |
| Binary | 11111101 | 10100010 | 11111010 | 0 | 100100 | 1 | 1 | 100101110 | 1100000 | 1010001 |
Color Harmonies of #FDA2FA
Complementary color
Monochromatic Colors of #FDA2FA
Black with #FDA2FA
Text Example
Text Example
White with #FDA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2FA; }
p { color: rgb(253,162,250); }
H1.HeaderClassName
{
color: #FDA2FA;
}
.AnyTagClassName
{
color: #FDA2FA;
}
</style>
background-color css
<style>
a { background-color: #FDA2FA; }
a { background-color: rgb(253,162,250); }
div.DivClassName
{
background-color: #FDA2FA;
}
.BgClassName
{
background-color: #FDA2FA;
}
</style>
border-color css
<style>
span { border-color: #FDA2FA; }
span { border-color: rgb(253,162,250); }
td.TdClassName
{
border-color: #FDA2FA;
}
.TagClassName
{
border-color: #FDA2FA;
}
</style>