Shades of Lavender Rose #FDA1E6
Tints of Lavender Rose #FDA1E6
RGB
CMYK
RGB Variations
Color information
#FDA1E6 (or 0xFDA1E6) is known color: Lavender Rose. HEX triplet: FD, A1 and E6. RGB value is (253,161,230). Sum of RGB (Red+Green+Blue) = 253+161+230=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 161 (63.28% from 255 or 25% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1E6 is #025E19. Grayscale: #C4C4C4. Windows color (decimal): -155162 or 15114749. OLE color: 15114749.
HSL color Cylindrical-coordinate representation of color #FDA1E6: hue angle of 315º 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 #FDA1E6 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 230 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.01 |
| HSL | 315º | 0.96% | 0.81% | - |
| HSV(B) | 315º | 0.36% | 0.99% | - |
| XYZ | 67.54 | 52.09 | 81.36 | - |
| YUV | 196.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 230 | 0 | 0.36 | 0.09 | 0.01 | 315 | 0.96 | 0.81 |
| Hex | FD | A1 | E6 | 0 | 24 | 9 | 1 | 13B | 60 | 51 |
| Octal | 375 | 241 | 346 | 0 | 44 | 11 | 1 | 473 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11100110 | 0 | 100100 | 1001 | 1 | 100111011 | 1100000 | 1010001 |
Color Harmonies of #FDA1E6
Complementary color
Monochromatic Colors of #FDA1E6
Black with #FDA1E6
Text Example
Text Example
White with #FDA1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1E6; }
p { color: rgb(253,161,230); }
H1.HeaderClassName
{
color: #FDA1E6;
}
.AnyTagClassName
{
color: #FDA1E6;
}
</style>
background-color css
<style>
a { background-color: #FDA1E6; }
a { background-color: rgb(253,161,230); }
div.DivClassName
{
background-color: #FDA1E6;
}
.BgClassName
{
background-color: #FDA1E6;
}
</style>
border-color css
<style>
span { border-color: #FDA1E6; }
span { border-color: rgb(253,161,230); }
td.TdClassName
{
border-color: #FDA1E6;
}
.TagClassName
{
border-color: #FDA1E6;
}
</style>