Shades of Lavender Rose #FDA2FF
Tints of Lavender Rose #FDA2FF
RGB
CMYK
RGB Variations
Color information
#FDA2FF (or 0xFDA2FF) is known color: Lavender Rose. HEX triplet: FD, A2 and FF. RGB value is (253,162,255). Sum of RGB (Red+Green+Blue) = 253+162+255=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 162 (63.67% from 255 or 24.18% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2FF is #025D00. Grayscale: #C7C7C7. Windows color (decimal): -154881 or 16753405. OLE color: 16753405.
HSL color Cylindrical-coordinate representation of color #FDA2FF: hue angle of 298.71º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA2FF is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 162 | 255 | - |
| CMYK | 0.01 | 0.36 | 0 | 0 |
| HSL | 298.71º | 1% | 0.82% | - |
| HSV(B) | 298.71º | 0.36% | 1% | - |
| XYZ | 71.48 | 53.94 | 101.25 | - |
| YUV | 199.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 255 | 0.01 | 0.36 | 0 | 0 | 298.71 | 1 | 0.82 |
| Hex | FD | A2 | FF | 1 | 24 | 0 | 0 | 12B | 64 | 52 |
| Octal | 375 | 242 | 377 | 1 | 44 | 0 | 0 | 453 | 144 | 122 |
| Binary | 11111101 | 10100010 | 11111111 | 1 | 100100 | 0 | 0 | 100101011 | 1100100 | 1010010 |
Color Harmonies of #FDA2FF
Complementary color
Monochromatic Colors of #FDA2FF
Black with #FDA2FF
Text Example
Text Example
White with #FDA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2FF; }
p { color: rgb(253,162,255); }
H1.HeaderClassName
{
color: #FDA2FF;
}
.AnyTagClassName
{
color: #FDA2FF;
}
</style>
background-color css
<style>
a { background-color: #FDA2FF; }
a { background-color: rgb(253,162,255); }
div.DivClassName
{
background-color: #FDA2FF;
}
.BgClassName
{
background-color: #FDA2FF;
}
</style>
border-color css
<style>
span { border-color: #FDA2FF; }
span { border-color: rgb(253,162,255); }
td.TdClassName
{
border-color: #FDA2FF;
}
.TagClassName
{
border-color: #FDA2FF;
}
</style>