Shades of Lavender Rose #FDA5EC
Tints of Lavender Rose #FDA5EC
RGB
CMYK
RGB Variations
Color information
#FDA5EC (or 0xFDA5EC) is known color: Lavender Rose. HEX triplet: FD, A5 and EC. RGB value is (253,165,236). Sum of RGB (Red+Green+Blue) = 253+165+236=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 165 (64.84% from 255 or 25.23% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA5EC is #025A13. Grayscale: #C7C7C7. Windows color (decimal): -154132 or 15508989. OLE color: 15508989.
HSL color Cylindrical-coordinate representation of color #FDA5EC: hue angle of 311.59º 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 #FDA5EC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 236 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.01 |
| HSL | 311.59º | 0.96% | 0.82% | - |
| HSV(B) | 311.59º | 0.35% | 0.99% | - |
| XYZ | 69.1 | 53.85 | 86.11 | - |
| YUV | 199.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 236 | 0 | 0.35 | 0.07 | 0.01 | 311.59 | 0.96 | 0.82 |
| Hex | FD | A5 | EC | 0 | 23 | 7 | 1 | 138 | 60 | 52 |
| Octal | 375 | 245 | 354 | 0 | 43 | 7 | 1 | 470 | 140 | 122 |
| Binary | 11111101 | 10100101 | 11101100 | 0 | 100011 | 111 | 1 | 100111000 | 1100000 | 1010010 |
Color Harmonies of #FDA5EC
Complementary color
Monochromatic Colors of #FDA5EC
Black with #FDA5EC
Text Example
Text Example
White with #FDA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5EC; }
p { color: rgb(253,165,236); }
H1.HeaderClassName
{
color: #FDA5EC;
}
.AnyTagClassName
{
color: #FDA5EC;
}
</style>
background-color css
<style>
a { background-color: #FDA5EC; }
a { background-color: rgb(253,165,236); }
div.DivClassName
{
background-color: #FDA5EC;
}
.BgClassName
{
background-color: #FDA5EC;
}
</style>
border-color css
<style>
span { border-color: #FDA5EC; }
span { border-color: rgb(253,165,236); }
td.TdClassName
{
border-color: #FDA5EC;
}
.TagClassName
{
border-color: #FDA5EC;
}
</style>