Shades of Lavender Rose #FDA0DB
Tints of Lavender Rose #FDA0DB
RGB
CMYK
RGB Variations
Color information
#FDA0DB (or 0xFDA0DB) is known color: Lavender Rose. HEX triplet: FD, A0 and DB. RGB value is (253,160,219). Sum of RGB (Red+Green+Blue) = 253+160+219=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0DB is #025F24. Grayscale: #C2C2C2. Windows color (decimal): -155429 or 14393597. OLE color: 14393597.
HSL color Cylindrical-coordinate representation of color #FDA0DB: hue angle of 321.94º 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 #FDA0DB is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 219 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.01 |
| HSL | 321.94º | 0.96% | 0.81% | - |
| HSV(B) | 321.94º | 0.37% | 0.99% | - |
| XYZ | 65.87 | 51.14 | 73.42 | - |
| YUV | 194.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 219 | 0 | 0.37 | 0.13 | 0.01 | 321.94 | 0.96 | 0.81 |
| Hex | FD | A0 | DB | 0 | 25 | D | 1 | 142 | 60 | 51 |
| Octal | 375 | 240 | 333 | 0 | 45 | 15 | 1 | 502 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11011011 | 0 | 100101 | 1101 | 1 | 101000010 | 1100000 | 1010001 |
Color Harmonies of #FDA0DB
Complementary color
Monochromatic Colors of #FDA0DB
Black with #FDA0DB
Text Example
Text Example
White with #FDA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0DB; }
p { color: rgb(253,160,219); }
H1.HeaderClassName
{
color: #FDA0DB;
}
.AnyTagClassName
{
color: #FDA0DB;
}
</style>
background-color css
<style>
a { background-color: #FDA0DB; }
a { background-color: rgb(253,160,219); }
div.DivClassName
{
background-color: #FDA0DB;
}
.BgClassName
{
background-color: #FDA0DB;
}
</style>
border-color css
<style>
span { border-color: #FDA0DB; }
span { border-color: rgb(253,160,219); }
td.TdClassName
{
border-color: #FDA0DB;
}
.TagClassName
{
border-color: #FDA0DB;
}
</style>