Shades of Lavender Rose #FDA1DF
Tints of Lavender Rose #FDA1DF
RGB
CMYK
RGB Variations
Color information
#FDA1DF (or 0xFDA1DF) is known color: Lavender Rose. HEX triplet: FD, A1 and DF. RGB value is (253,161,223). Sum of RGB (Red+Green+Blue) = 253+161+223=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 161 (63.28% from 255 or 25.27% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1DF is #025E20. Grayscale: #C3C3C3. Windows color (decimal): -155169 or 14655997. OLE color: 14655997.
HSL color Cylindrical-coordinate representation of color #FDA1DF: hue angle of 319.57º 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 #FDA1DF is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 223 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.01 |
| HSL | 319.57º | 0.96% | 0.81% | - |
| HSV(B) | 319.57º | 0.36% | 0.99% | - |
| XYZ | 66.57 | 51.7 | 76.28 | - |
| YUV | 195.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 223 | 0 | 0.36 | 0.12 | 0.01 | 319.57 | 0.96 | 0.81 |
| Hex | FD | A1 | DF | 0 | 24 | C | 1 | 140 | 60 | 51 |
| Octal | 375 | 241 | 337 | 0 | 44 | 14 | 1 | 500 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11011111 | 0 | 100100 | 1100 | 1 | 101000000 | 1100000 | 1010001 |
Color Harmonies of #FDA1DF
Complementary color
Monochromatic Colors of #FDA1DF
Black with #FDA1DF
Text Example
Text Example
White with #FDA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1DF; }
p { color: rgb(253,161,223); }
H1.HeaderClassName
{
color: #FDA1DF;
}
.AnyTagClassName
{
color: #FDA1DF;
}
</style>
background-color css
<style>
a { background-color: #FDA1DF; }
a { background-color: rgb(253,161,223); }
div.DivClassName
{
background-color: #FDA1DF;
}
.BgClassName
{
background-color: #FDA1DF;
}
</style>
border-color css
<style>
span { border-color: #FDA1DF; }
span { border-color: rgb(253,161,223); }
td.TdClassName
{
border-color: #FDA1DF;
}
.TagClassName
{
border-color: #FDA1DF;
}
</style>