Shades of Lavender Rose #FDA0EF
Tints of Lavender Rose #FDA0EF
RGB
CMYK
RGB Variations
Color information
#FDA0EF (or 0xFDA0EF) is known color: Lavender Rose. HEX triplet: FD, A0 and EF. RGB value is (253,160,239). Sum of RGB (Red+Green+Blue) = 253+160+239=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 160 (62.89% from 255 or 24.54% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0EF is #025F10. Grayscale: #C4C4C4. Windows color (decimal): -155409 or 15704317. OLE color: 15704317.
HSL color Cylindrical-coordinate representation of color #FDA0EF: hue angle of 309.03º 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 #FDA0EF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 239 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.01 |
| HSL | 309.03º | 0.96% | 0.81% | - |
| HSV(B) | 309.03º | 0.37% | 0.99% | - |
| XYZ | 68.66 | 52.26 | 88.13 | - |
| YUV | 196.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 239 | 0 | 0.37 | 0.06 | 0.01 | 309.03 | 0.96 | 0.81 |
| Hex | FD | A0 | EF | 0 | 25 | 6 | 1 | 135 | 60 | 51 |
| Octal | 375 | 240 | 357 | 0 | 45 | 6 | 1 | 465 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11101111 | 0 | 100101 | 110 | 1 | 100110101 | 1100000 | 1010001 |
Color Harmonies of #FDA0EF
Complementary color
Monochromatic Colors of #FDA0EF
Black with #FDA0EF
Text Example
Text Example
White with #FDA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0EF; }
p { color: rgb(253,160,239); }
H1.HeaderClassName
{
color: #FDA0EF;
}
.AnyTagClassName
{
color: #FDA0EF;
}
</style>
background-color css
<style>
a { background-color: #FDA0EF; }
a { background-color: rgb(253,160,239); }
div.DivClassName
{
background-color: #FDA0EF;
}
.BgClassName
{
background-color: #FDA0EF;
}
</style>
border-color css
<style>
span { border-color: #FDA0EF; }
span { border-color: rgb(253,160,239); }
td.TdClassName
{
border-color: #FDA0EF;
}
.TagClassName
{
border-color: #FDA0EF;
}
</style>