Shades of Lavender Rose #FDA5E5
Tints of Lavender Rose #FDA5E5
RGB
CMYK
RGB Variations
Color information
#FDA5E5 (or 0xFDA5E5) is known color: Lavender Rose. HEX triplet: FD, A5 and E5. RGB value is (253,165,229). Sum of RGB (Red+Green+Blue) = 253+165+229=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 165 (64.84% from 255 or 25.50% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5E5 is #025A1A. Grayscale: #C6C6C6. Windows color (decimal): -154139 or 15050237. OLE color: 15050237.
HSL color Cylindrical-coordinate representation of color #FDA5E5: hue angle of 316.36º 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 #FDA5E5 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 229 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.01 |
| HSL | 316.36º | 0.96% | 0.82% | - |
| HSV(B) | 316.36º | 0.35% | 0.99% | - |
| XYZ | 68.11 | 53.45 | 80.86 | - |
| YUV | 198.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 229 | 0 | 0.35 | 0.09 | 0.01 | 316.36 | 0.96 | 0.82 |
| Hex | FD | A5 | E5 | 0 | 23 | 9 | 1 | 13C | 60 | 52 |
| Octal | 375 | 245 | 345 | 0 | 43 | 11 | 1 | 474 | 140 | 122 |
| Binary | 11111101 | 10100101 | 11100101 | 0 | 100011 | 1001 | 1 | 100111100 | 1100000 | 1010010 |
Color Harmonies of #FDA5E5
Complementary color
Monochromatic Colors of #FDA5E5
Black with #FDA5E5
Text Example
Text Example
White with #FDA5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5E5; }
p { color: rgb(253,165,229); }
H1.HeaderClassName
{
color: #FDA5E5;
}
.AnyTagClassName
{
color: #FDA5E5;
}
</style>
background-color css
<style>
a { background-color: #FDA5E5; }
a { background-color: rgb(253,165,229); }
div.DivClassName
{
background-color: #FDA5E5;
}
.BgClassName
{
background-color: #FDA5E5;
}
</style>
border-color css
<style>
span { border-color: #FDA5E5; }
span { border-color: rgb(253,165,229); }
td.TdClassName
{
border-color: #FDA5E5;
}
.TagClassName
{
border-color: #FDA5E5;
}
</style>