Shades of Lavender Rose #FDA2DC
Tints of Lavender Rose #FDA2DC
RGB
CMYK
RGB Variations
Color information
#FDA2DC (or 0xFDA2DC) is known color: Lavender Rose. HEX triplet: FD, A2 and DC. RGB value is (253,162,220). Sum of RGB (Red+Green+Blue) = 253+162+220=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2DC is #025D23. Grayscale: #C3C3C3. Windows color (decimal): -154916 or 14459645. OLE color: 14459645.
HSL color Cylindrical-coordinate representation of color #FDA2DC: hue angle of 321.76º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA2DC is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 220 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.01 |
| HSL | 321.76º | 0.96% | 0.81% | - |
| HSV(B) | 321.76º | 0.36% | 0.99% | - |
| XYZ | 66.35 | 51.89 | 74.23 | - |
| YUV | 195.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 220 | 0 | 0.36 | 0.13 | 0.01 | 321.76 | 0.96 | 0.81 |
| Hex | FD | A2 | DC | 0 | 24 | D | 1 | 142 | 60 | 51 |
| Octal | 375 | 242 | 334 | 0 | 44 | 15 | 1 | 502 | 140 | 121 |
| Binary | 11111101 | 10100010 | 11011100 | 0 | 100100 | 1101 | 1 | 101000010 | 1100000 | 1010001 |
Color Harmonies of #FDA2DC
Complementary color
Monochromatic Colors of #FDA2DC
Black with #FDA2DC
Text Example
Text Example
White with #FDA2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2DC; }
p { color: rgb(253,162,220); }
H1.HeaderClassName
{
color: #FDA2DC;
}
.AnyTagClassName
{
color: #FDA2DC;
}
</style>
background-color css
<style>
a { background-color: #FDA2DC; }
a { background-color: rgb(253,162,220); }
div.DivClassName
{
background-color: #FDA2DC;
}
.BgClassName
{
background-color: #FDA2DC;
}
</style>
border-color css
<style>
span { border-color: #FDA2DC; }
span { border-color: rgb(253,162,220); }
td.TdClassName
{
border-color: #FDA2DC;
}
.TagClassName
{
border-color: #FDA2DC;
}
</style>