Shades of Lavender Rose #FDA2DF
Tints of Lavender Rose #FDA2DF
RGB
CMYK
RGB Variations
Color information
#FDA2DF (or 0xFDA2DF) is known color: Lavender Rose. HEX triplet: FD, A2 and DF. RGB value is (253,162,223). Sum of RGB (Red+Green+Blue) = 253+162+223=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2DF is #025D20. Grayscale: #C4C4C4. Windows color (decimal): -154913 or 14656253. OLE color: 14656253.
HSL color Cylindrical-coordinate representation of color #FDA2DF: hue angle of 319.78º 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 #FDA2DF is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 223 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.01 |
| HSL | 319.78º | 0.96% | 0.81% | - |
| HSV(B) | 319.78º | 0.36% | 0.99% | - |
| XYZ | 66.75 | 52.05 | 76.34 | - |
| YUV | 196.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 223 | 0 | 0.36 | 0.12 | 0.01 | 319.78 | 0.96 | 0.81 |
| Hex | FD | A2 | DF | 0 | 24 | C | 1 | 140 | 60 | 51 |
| Octal | 375 | 242 | 337 | 0 | 44 | 14 | 1 | 500 | 140 | 121 |
| Binary | 11111101 | 10100010 | 11011111 | 0 | 100100 | 1100 | 1 | 101000000 | 1100000 | 1010001 |
Color Harmonies of #FDA2DF
Complementary color
Monochromatic Colors of #FDA2DF
Black with #FDA2DF
Text Example
Text Example
White with #FDA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2DF; }
p { color: rgb(253,162,223); }
H1.HeaderClassName
{
color: #FDA2DF;
}
.AnyTagClassName
{
color: #FDA2DF;
}
</style>
background-color css
<style>
a { background-color: #FDA2DF; }
a { background-color: rgb(253,162,223); }
div.DivClassName
{
background-color: #FDA2DF;
}
.BgClassName
{
background-color: #FDA2DF;
}
</style>
border-color css
<style>
span { border-color: #FDA2DF; }
span { border-color: rgb(253,162,223); }
td.TdClassName
{
border-color: #FDA2DF;
}
.TagClassName
{
border-color: #FDA2DF;
}
</style>