Shades of Lavender Rose #FDA2E7
Tints of Lavender Rose #FDA2E7
RGB
CMYK
RGB Variations
Color information
#FDA2E7 (or 0xFDA2E7) is known color: Lavender Rose. HEX triplet: FD, A2 and E7. RGB value is (253,162,231). Sum of RGB (Red+Green+Blue) = 253+162+231=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 162 (63.67% from 255 or 25.08% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2E7 is #025D18. Grayscale: #C4C4C4. Windows color (decimal): -154905 or 15180541. OLE color: 15180541.
HSL color Cylindrical-coordinate representation of color #FDA2E7: hue angle of 314.51º 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 #FDA2E7 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 231 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.01 |
| HSL | 314.51º | 0.96% | 0.81% | - |
| HSV(B) | 314.51º | 0.36% | 0.99% | - |
| XYZ | 67.85 | 52.49 | 82.16 | - |
| YUV | 197.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 231 | 0 | 0.36 | 0.09 | 0.01 | 314.51 | 0.96 | 0.81 |
| Hex | FD | A2 | E7 | 0 | 24 | 9 | 1 | 13B | 60 | 51 |
| Octal | 375 | 242 | 347 | 0 | 44 | 11 | 1 | 473 | 140 | 121 |
| Binary | 11111101 | 10100010 | 11100111 | 0 | 100100 | 1001 | 1 | 100111011 | 1100000 | 1010001 |
Color Harmonies of #FDA2E7
Complementary color
Monochromatic Colors of #FDA2E7
Black with #FDA2E7
Text Example
Text Example
White with #FDA2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2E7; }
p { color: rgb(253,162,231); }
H1.HeaderClassName
{
color: #FDA2E7;
}
.AnyTagClassName
{
color: #FDA2E7;
}
</style>
background-color css
<style>
a { background-color: #FDA2E7; }
a { background-color: rgb(253,162,231); }
div.DivClassName
{
background-color: #FDA2E7;
}
.BgClassName
{
background-color: #FDA2E7;
}
</style>
border-color css
<style>
span { border-color: #FDA2E7; }
span { border-color: rgb(253,162,231); }
td.TdClassName
{
border-color: #FDA2E7;
}
.TagClassName
{
border-color: #FDA2E7;
}
</style>