Shades of Lavender Rose #FDADF1
Tints of Lavender Rose #FDADF1
RGB
CMYK
RGB Variations
Color information
#FDADF1 (or 0xFDADF1) is known color: Lavender Rose. HEX triplet: FD, AD and F1. RGB value is (253,173,241). Sum of RGB (Red+Green+Blue) = 253+173+241=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 173 (67.97% from 255 or 25.94% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADF1 is #02520E. Grayscale: #CCCCCC. Windows color (decimal): -152079 or 15838717. OLE color: 15838717.
HSL color Cylindrical-coordinate representation of color #FDADF1: hue angle of 309º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADF1 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 241 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.01 |
| HSL | 309º | 0.95% | 0.84% | - |
| HSV(B) | 309º | 0.32% | 0.99% | - |
| XYZ | 71.33 | 57.12 | 90.49 | - |
| YUV | 204.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 241 | 0 | 0.32 | 0.05 | 0.01 | 309 | 0.95 | 0.84 |
| Hex | FD | AD | F1 | 0 | 20 | 5 | 1 | 135 | 5F | 54 |
| Octal | 375 | 255 | 361 | 0 | 40 | 5 | 1 | 465 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11110001 | 0 | 100000 | 101 | 1 | 100110101 | 1011111 | 1010100 |
Color Harmonies of #FDADF1
Complementary color
Monochromatic Colors of #FDADF1
Black with #FDADF1
Text Example
Text Example
White with #FDADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADF1; }
p { color: rgb(253,173,241); }
H1.HeaderClassName
{
color: #FDADF1;
}
.AnyTagClassName
{
color: #FDADF1;
}
</style>
background-color css
<style>
a { background-color: #FDADF1; }
a { background-color: rgb(253,173,241); }
div.DivClassName
{
background-color: #FDADF1;
}
.BgClassName
{
background-color: #FDADF1;
}
</style>
border-color css
<style>
span { border-color: #FDADF1; }
span { border-color: rgb(253,173,241); }
td.TdClassName
{
border-color: #FDADF1;
}
.TagClassName
{
border-color: #FDADF1;
}
</style>