Shades of Lavender Rose #FDA0E2
Tints of Lavender Rose #FDA0E2
RGB
CMYK
RGB Variations
Color information
#FDA0E2 (or 0xFDA0E2) is known color: Lavender Rose. HEX triplet: FD, A0 and E2. RGB value is (253,160,226). Sum of RGB (Red+Green+Blue) = 253+160+226=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 160 (62.89% from 255 or 25.04% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0E2 is #025F1D. Grayscale: #C3C3C3. Windows color (decimal): -155422 or 14852349. OLE color: 14852349.
HSL color Cylindrical-coordinate representation of color #FDA0E2: hue angle of 317.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA0E2 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 226 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.01 |
| HSL | 317.42º | 0.96% | 0.81% | - |
| HSV(B) | 317.42º | 0.37% | 0.99% | - |
| XYZ | 66.81 | 51.52 | 78.37 | - |
| YUV | 195.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 226 | 0 | 0.37 | 0.11 | 0.01 | 317.42 | 0.96 | 0.81 |
| Hex | FD | A0 | E2 | 0 | 25 | B | 1 | 13D | 60 | 51 |
| Octal | 375 | 240 | 342 | 0 | 45 | 13 | 1 | 475 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11100010 | 0 | 100101 | 1011 | 1 | 100111101 | 1100000 | 1010001 |
Color Harmonies of #FDA0E2
Complementary color
Monochromatic Colors of #FDA0E2
Black with #FDA0E2
Text Example
Text Example
White with #FDA0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0E2; }
p { color: rgb(253,160,226); }
H1.HeaderClassName
{
color: #FDA0E2;
}
.AnyTagClassName
{
color: #FDA0E2;
}
</style>
background-color css
<style>
a { background-color: #FDA0E2; }
a { background-color: rgb(253,160,226); }
div.DivClassName
{
background-color: #FDA0E2;
}
.BgClassName
{
background-color: #FDA0E2;
}
</style>
border-color css
<style>
span { border-color: #FDA0E2; }
span { border-color: rgb(253,160,226); }
td.TdClassName
{
border-color: #FDA0E2;
}
.TagClassName
{
border-color: #FDA0E2;
}
</style>