Shades of Lavender Rose #FDA0ED
Tints of Lavender Rose #FDA0ED
RGB
CMYK
RGB Variations
Color information
#FDA0ED (or 0xFDA0ED) is known color: Lavender Rose. HEX triplet: FD, A0 and ED. RGB value is (253,160,237). Sum of RGB (Red+Green+Blue) = 253+160+237=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 160 (62.89% from 255 or 24.62% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0ED is #025F12. Grayscale: #C4C4C4. Windows color (decimal): -155411 or 15573245. OLE color: 15573245.
HSL color Cylindrical-coordinate representation of color #FDA0ED: hue angle of 310.32º 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 #FDA0ED is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 237 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.01 |
| HSL | 310.32º | 0.96% | 0.81% | - |
| HSV(B) | 310.32º | 0.37% | 0.99% | - |
| XYZ | 68.36 | 52.14 | 86.58 | - |
| YUV | 196.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 237 | 0 | 0.37 | 0.06 | 0.01 | 310.32 | 0.96 | 0.81 |
| Hex | FD | A0 | ED | 0 | 25 | 6 | 1 | 136 | 60 | 51 |
| Octal | 375 | 240 | 355 | 0 | 45 | 6 | 1 | 466 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11101101 | 0 | 100101 | 110 | 1 | 100110110 | 1100000 | 1010001 |
Color Harmonies of #FDA0ED
Complementary color
Monochromatic Colors of #FDA0ED
Black with #FDA0ED
Text Example
Text Example
White with #FDA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0ED; }
p { color: rgb(253,160,237); }
H1.HeaderClassName
{
color: #FDA0ED;
}
.AnyTagClassName
{
color: #FDA0ED;
}
</style>
background-color css
<style>
a { background-color: #FDA0ED; }
a { background-color: rgb(253,160,237); }
div.DivClassName
{
background-color: #FDA0ED;
}
.BgClassName
{
background-color: #FDA0ED;
}
</style>
border-color css
<style>
span { border-color: #FDA0ED; }
span { border-color: rgb(253,160,237); }
td.TdClassName
{
border-color: #FDA0ED;
}
.TagClassName
{
border-color: #FDA0ED;
}
</style>