Shades of Lavender Rose #FDA5E1
Tints of Lavender Rose #FDA5E1
RGB
CMYK
RGB Variations
Color information
#FDA5E1 (or 0xFDA5E1) is known color: Lavender Rose. HEX triplet: FD, A5 and E1. RGB value is (253,165,225). Sum of RGB (Red+Green+Blue) = 253+165+225=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5E1 is #025A1E. Grayscale: #C6C6C6. Windows color (decimal): -154143 or 14788093. OLE color: 14788093.
HSL color Cylindrical-coordinate representation of color #FDA5E1: hue angle of 319.09º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5E1 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 225 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.01 |
| HSL | 319.09º | 0.96% | 0.82% | - |
| HSV(B) | 319.09º | 0.35% | 0.99% | - |
| XYZ | 67.55 | 53.23 | 77.95 | - |
| YUV | 198.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 225 | 0 | 0.35 | 0.11 | 0.01 | 319.09 | 0.96 | 0.82 |
| Hex | FD | A5 | E1 | 0 | 23 | B | 1 | 13F | 60 | 52 |
| Octal | 375 | 245 | 341 | 0 | 43 | 13 | 1 | 477 | 140 | 122 |
| Binary | 11111101 | 10100101 | 11100001 | 0 | 100011 | 1011 | 1 | 100111111 | 1100000 | 1010010 |
Color Harmonies of #FDA5E1
Complementary color
Monochromatic Colors of #FDA5E1
Black with #FDA5E1
Text Example
Text Example
White with #FDA5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5E1; }
p { color: rgb(253,165,225); }
H1.HeaderClassName
{
color: #FDA5E1;
}
.AnyTagClassName
{
color: #FDA5E1;
}
</style>
background-color css
<style>
a { background-color: #FDA5E1; }
a { background-color: rgb(253,165,225); }
div.DivClassName
{
background-color: #FDA5E1;
}
.BgClassName
{
background-color: #FDA5E1;
}
</style>
border-color css
<style>
span { border-color: #FDA5E1; }
span { border-color: rgb(253,165,225); }
td.TdClassName
{
border-color: #FDA5E1;
}
.TagClassName
{
border-color: #FDA5E1;
}
</style>