Shades of Lavender Rose #FDA2FD
Tints of Lavender Rose #FDA2FD
RGB
CMYK
RGB Variations
Color information
#FDA2FD (or 0xFDA2FD) is known color: Lavender Rose. HEX triplet: FD, A2 and FD. RGB value is (253,162,253). Sum of RGB (Red+Green+Blue) = 253+162+253=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 162 (63.67% from 255 or 24.25% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDA2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2FD is #025D02. Grayscale: #C7C7C7. Windows color (decimal): -154883 or 16622333. OLE color: 16622333.
HSL color Cylindrical-coordinate representation of color #FDA2FD: hue angle of 300º 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 #FDA2FD is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 253 | - |
| CMYK | 0 | 0.36 | 0 | 0.01 |
| HSL | 300º | 0.96% | 0.81% | - |
| HSV(B) | 300º | 0.36% | 0.99% | - |
| XYZ | 71.16 | 53.82 | 99.57 | - |
| YUV | 199.58 | 158.15 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 253 | 0 | 0.36 | 0 | 0.01 | 300 | 0.96 | 0.81 |
| Hex | FD | A2 | FD | 0 | 24 | 0 | 1 | 12C | 60 | 51 |
| Octal | 375 | 242 | 375 | 0 | 44 | 0 | 1 | 454 | 140 | 121 |
| Binary | 11111101 | 10100010 | 11111101 | 0 | 100100 | 0 | 1 | 100101100 | 1100000 | 1010001 |
Color Harmonies of #FDA2FD
Complementary color
Monochromatic Colors of #FDA2FD
Black with #FDA2FD
Text Example
Text Example
White with #FDA2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2FD; }
p { color: rgb(253,162,253); }
H1.HeaderClassName
{
color: #FDA2FD;
}
.AnyTagClassName
{
color: #FDA2FD;
}
</style>
background-color css
<style>
a { background-color: #FDA2FD; }
a { background-color: rgb(253,162,253); }
div.DivClassName
{
background-color: #FDA2FD;
}
.BgClassName
{
background-color: #FDA2FD;
}
</style>
border-color css
<style>
span { border-color: #FDA2FD; }
span { border-color: rgb(253,162,253); }
td.TdClassName
{
border-color: #FDA2FD;
}
.TagClassName
{
border-color: #FDA2FD;
}
</style>