Shades of Lavender Rose #FDA9EC
Tints of Lavender Rose #FDA9EC
RGB
CMYK
RGB Variations
Color information
#FDA9EC (or 0xFDA9EC) is known color: Lavender Rose. HEX triplet: FD, A9 and EC. RGB value is (253,169,236). Sum of RGB (Red+Green+Blue) = 253+169+236=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 169 (66.41% from 255 or 25.68% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9EC is #025613. Grayscale: #C9C9C9. Windows color (decimal): -153108 or 15510013. OLE color: 15510013.
HSL color Cylindrical-coordinate representation of color #FDA9EC: hue angle of 312.14º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9EC is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 236 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.01 |
| HSL | 312.14º | 0.95% | 0.83% | - |
| HSV(B) | 312.14º | 0.33% | 0.99% | - |
| XYZ | 69.84 | 55.31 | 86.35 | - |
| YUV | 201.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 236 | 0 | 0.33 | 0.07 | 0.01 | 312.14 | 0.95 | 0.83 |
| Hex | FD | A9 | EC | 0 | 21 | 7 | 1 | 138 | 5F | 53 |
| Octal | 375 | 251 | 354 | 0 | 41 | 7 | 1 | 470 | 137 | 123 |
| Binary | 11111101 | 10101001 | 11101100 | 0 | 100001 | 111 | 1 | 100111000 | 1011111 | 1010011 |
Color Harmonies of #FDA9EC
Complementary color
Monochromatic Colors of #FDA9EC
Black with #FDA9EC
Text Example
Text Example
White with #FDA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9EC; }
p { color: rgb(253,169,236); }
H1.HeaderClassName
{
color: #FDA9EC;
}
.AnyTagClassName
{
color: #FDA9EC;
}
</style>
background-color css
<style>
a { background-color: #FDA9EC; }
a { background-color: rgb(253,169,236); }
div.DivClassName
{
background-color: #FDA9EC;
}
.BgClassName
{
background-color: #FDA9EC;
}
</style>
border-color css
<style>
span { border-color: #FDA9EC; }
span { border-color: rgb(253,169,236); }
td.TdClassName
{
border-color: #FDA9EC;
}
.TagClassName
{
border-color: #FDA9EC;
}
</style>