Shades of Lavender Rose #FDA9DF
Tints of Lavender Rose #FDA9DF
RGB
CMYK
RGB Variations
Color information
#FDA9DF (or 0xFDA9DF) is known color: Lavender Rose. HEX triplet: FD, A9 and DF. RGB value is (253,169,223). Sum of RGB (Red+Green+Blue) = 253+169+223=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9DF is #025620. Grayscale: #C8C8C8. Windows color (decimal): -153121 or 14658045. OLE color: 14658045.
HSL color Cylindrical-coordinate representation of color #FDA9DF: hue angle of 321.43º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9DF is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 223 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.01 |
| HSL | 321.43º | 0.95% | 0.83% | - |
| HSV(B) | 321.43º | 0.33% | 0.99% | - |
| XYZ | 68.02 | 54.59 | 76.76 | - |
| YUV | 200.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 223 | 0 | 0.33 | 0.12 | 0.01 | 321.43 | 0.95 | 0.83 |
| Hex | FD | A9 | DF | 0 | 21 | C | 1 | 141 | 5F | 53 |
| Octal | 375 | 251 | 337 | 0 | 41 | 14 | 1 | 501 | 137 | 123 |
| Binary | 11111101 | 10101001 | 11011111 | 0 | 100001 | 1100 | 1 | 101000001 | 1011111 | 1010011 |
Color Harmonies of #FDA9DF
Complementary color
Monochromatic Colors of #FDA9DF
Black with #FDA9DF
Text Example
Text Example
White with #FDA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9DF; }
p { color: rgb(253,169,223); }
H1.HeaderClassName
{
color: #FDA9DF;
}
.AnyTagClassName
{
color: #FDA9DF;
}
</style>
background-color css
<style>
a { background-color: #FDA9DF; }
a { background-color: rgb(253,169,223); }
div.DivClassName
{
background-color: #FDA9DF;
}
.BgClassName
{
background-color: #FDA9DF;
}
</style>
border-color css
<style>
span { border-color: #FDA9DF; }
span { border-color: rgb(253,169,223); }
td.TdClassName
{
border-color: #FDA9DF;
}
.TagClassName
{
border-color: #FDA9DF;
}
</style>