Shades of Lavender Rose #FFA2FD
Tints of Lavender Rose #FFA2FD
RGB
CMYK
RGB Variations
Color information
#FFA2FD (or 0xFFA2FD) is known color: Lavender Rose. HEX triplet: FF, A2 and FD. RGB value is (255,162,253). Sum of RGB (Red+Green+Blue) = 255+162+253=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 162 (63.67% from 255 or 24.18% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2FD is #005D02. Grayscale: #C7C7C7. Windows color (decimal): -23811 or 16622335. OLE color: 16622335.
HSL color Cylindrical-coordinate representation of color #FFA2FD: hue angle of 301.29º 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 #FFA2FD is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 253 | - |
| CMYK | 0 | 0.36 | 0.01 | 0 |
| HSL | 301.29º | 1% | 0.82% | - |
| HSV(B) | 301.29º | 0.36% | 1% | - |
| XYZ | 71.89 | 54.19 | 99.6 | - |
| YUV | 200.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 253 | 0 | 0.36 | 0.01 | 0 | 301.29 | 1 | 0.82 |
| Hex | FF | A2 | FD | 0 | 24 | 1 | 0 | 12D | 64 | 52 |
| Octal | 377 | 242 | 375 | 0 | 44 | 1 | 0 | 455 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11111101 | 0 | 100100 | 1 | 0 | 100101101 | 1100100 | 1010010 |
Color Harmonies of #FFA2FD
Complementary color
Monochromatic Colors of #FFA2FD
Black with #FFA2FD
Text Example
Text Example
White with #FFA2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2FD; }
p { color: rgb(255,162,253); }
H1.HeaderClassName
{
color: #FFA2FD;
}
.AnyTagClassName
{
color: #FFA2FD;
}
</style>
background-color css
<style>
a { background-color: #FFA2FD; }
a { background-color: rgb(255,162,253); }
div.DivClassName
{
background-color: #FFA2FD;
}
.BgClassName
{
background-color: #FFA2FD;
}
</style>
border-color css
<style>
span { border-color: #FFA2FD; }
span { border-color: rgb(255,162,253); }
td.TdClassName
{
border-color: #FFA2FD;
}
.TagClassName
{
border-color: #FFA2FD;
}
</style>