Shades of Lavender Rose #FDA0EC
Tints of Lavender Rose #FDA0EC
RGB
CMYK
RGB Variations
Color information
#FDA0EC (or 0xFDA0EC) is known color: Lavender Rose. HEX triplet: FD, A0 and EC. RGB value is (253,160,236). Sum of RGB (Red+Green+Blue) = 253+160+236=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 160 (62.89% from 255 or 24.65% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0EC is #025F13. Grayscale: #C4C4C4. Windows color (decimal): -155412 or 15507709. OLE color: 15507709.
HSL color Cylindrical-coordinate representation of color #FDA0EC: hue angle of 310.97º 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 #FDA0EC is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 160 | 236 | - |
CMYK | 0 | 0.37 | 0.07 | 0.01 |
HSL | 310.97º | 0.96% | 0.81% | - |
HSV(B) | 310.97º | 0.37% | 0.99% | - |
XYZ | 68.22 | 52.08 | 85.81 | - |
YUV | 196.47 | 150.31 | 168.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 160 | 236 | 0 | 0.37 | 0.07 | 0.01 | 310.97 | 0.96 | 0.81 |
Hex | FD | A0 | EC | 0 | 25 | 7 | 1 | 137 | 60 | 51 |
Octal | 375 | 240 | 354 | 0 | 45 | 7 | 1 | 467 | 140 | 121 |
Binary | 11111101 | 10100000 | 11101100 | 0 | 100101 | 111 | 1 | 100110111 | 1100000 | 1010001 |
Color Harmonies of #FDA0EC
Complementary color
Monochromatic Colors of #FDA0EC
Black with #FDA0EC
Text Example
Text Example
White with #FDA0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0EC; }
p { color: rgb(253,160,236); }
H1.HeaderClassName
{
color: #FDA0EC;
}
.AnyTagClassName
{
color: #FDA0EC;
}
</style>
background-color css
<style>
a { background-color: #FDA0EC; }
a { background-color: rgb(253,160,236); }
div.DivClassName
{
background-color: #FDA0EC;
}
.BgClassName
{
background-color: #FDA0EC;
}
</style>
border-color css
<style>
span { border-color: #FDA0EC; }
span { border-color: rgb(253,160,236); }
td.TdClassName
{
border-color: #FDA0EC;
}
.TagClassName
{
border-color: #FDA0EC;
}
</style>