Shades of Lavender Rose #FDA0DC
Tints of Lavender Rose #FDA0DC
RGB
CMYK
RGB Variations
Color information
#FDA0DC (or 0xFDA0DC) is known color: Lavender Rose. HEX triplet: FD, A0 and DC. RGB value is (253,160,220). Sum of RGB (Red+Green+Blue) = 253+160+220=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0DC is #025F23. Grayscale: #C2C2C2. Windows color (decimal): -155428 or 14459133. OLE color: 14459133.
HSL color Cylindrical-coordinate representation of color #FDA0DC: hue angle of 321.29º 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 #FDA0DC is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 220 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.01 |
| HSL | 321.29º | 0.96% | 0.81% | - |
| HSV(B) | 321.29º | 0.37% | 0.99% | - |
| XYZ | 66 | 51.19 | 74.11 | - |
| YUV | 194.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 220 | 0 | 0.37 | 0.13 | 0.01 | 321.29 | 0.96 | 0.81 |
| Hex | FD | A0 | DC | 0 | 25 | D | 1 | 141 | 60 | 51 |
| Octal | 375 | 240 | 334 | 0 | 45 | 15 | 1 | 501 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11011100 | 0 | 100101 | 1101 | 1 | 101000001 | 1100000 | 1010001 |
Color Harmonies of #FDA0DC
Complementary color
Monochromatic Colors of #FDA0DC
Black with #FDA0DC
Text Example
Text Example
White with #FDA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0DC; }
p { color: rgb(253,160,220); }
H1.HeaderClassName
{
color: #FDA0DC;
}
.AnyTagClassName
{
color: #FDA0DC;
}
</style>
background-color css
<style>
a { background-color: #FDA0DC; }
a { background-color: rgb(253,160,220); }
div.DivClassName
{
background-color: #FDA0DC;
}
.BgClassName
{
background-color: #FDA0DC;
}
</style>
border-color css
<style>
span { border-color: #FDA0DC; }
span { border-color: rgb(253,160,220); }
td.TdClassName
{
border-color: #FDA0DC;
}
.TagClassName
{
border-color: #FDA0DC;
}
</style>