Shades of Lavender Rose #FDA2E4
Tints of Lavender Rose #FDA2E4
RGB
CMYK
RGB Variations
Color information
#FDA2E4 (or 0xFDA2E4) is known color: Lavender Rose. HEX triplet: FD, A2 and E4. RGB value is (253,162,228). Sum of RGB (Red+Green+Blue) = 253+162+228=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 162 (63.67% from 255 or 25.19% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2E4 is #025D1B. Grayscale: #C4C4C4. Windows color (decimal): -154908 or 14983933. OLE color: 14983933.
HSL color Cylindrical-coordinate representation of color #FDA2E4: hue angle of 316.48º 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 #FDA2E4 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 228 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.01 |
| HSL | 316.48º | 0.96% | 0.81% | - |
| HSV(B) | 316.48º | 0.36% | 0.99% | - |
| XYZ | 67.43 | 52.32 | 79.94 | - |
| YUV | 196.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 228 | 0 | 0.36 | 0.10 | 0.01 | 316.48 | 0.96 | 0.81 |
| Hex | FD | A2 | E4 | 0 | 24 | A | 1 | 13C | 60 | 51 |
| Octal | 375 | 242 | 344 | 0 | 44 | 12 | 1 | 474 | 140 | 121 |
| Binary | 11111101 | 10100010 | 11100100 | 0 | 100100 | 1010 | 1 | 100111100 | 1100000 | 1010001 |
Color Harmonies of #FDA2E4
Complementary color
Monochromatic Colors of #FDA2E4
Black with #FDA2E4
Text Example
Text Example
White with #FDA2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2E4; }
p { color: rgb(253,162,228); }
H1.HeaderClassName
{
color: #FDA2E4;
}
.AnyTagClassName
{
color: #FDA2E4;
}
</style>
background-color css
<style>
a { background-color: #FDA2E4; }
a { background-color: rgb(253,162,228); }
div.DivClassName
{
background-color: #FDA2E4;
}
.BgClassName
{
background-color: #FDA2E4;
}
</style>
border-color css
<style>
span { border-color: #FDA2E4; }
span { border-color: rgb(253,162,228); }
td.TdClassName
{
border-color: #FDA2E4;
}
.TagClassName
{
border-color: #FDA2E4;
}
</style>