Shades of Lavender Rose #FDA3EC
Tints of Lavender Rose #FDA3EC
RGB
CMYK
RGB Variations
Color information
#FDA3EC (or 0xFDA3EC) is known color: Lavender Rose. HEX triplet: FD, A3 and EC. RGB value is (253,163,236). Sum of RGB (Red+Green+Blue) = 253+163+236=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 163 (64.06% from 255 or 25% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3EC is #025C13. Grayscale: #C6C6C6. Windows color (decimal): -154644 or 15508477. OLE color: 15508477.
HSL color Cylindrical-coordinate representation of color #FDA3EC: hue angle of 311.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3EC is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 236 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.01 |
| HSL | 311.33º | 0.96% | 0.82% | - |
| HSV(B) | 311.33º | 0.36% | 0.99% | - |
| XYZ | 68.75 | 53.13 | 85.99 | - |
| YUV | 198.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 236 | 0 | 0.36 | 0.07 | 0.01 | 311.33 | 0.96 | 0.82 |
| Hex | FD | A3 | EC | 0 | 24 | 7 | 1 | 137 | 60 | 52 |
| Octal | 375 | 243 | 354 | 0 | 44 | 7 | 1 | 467 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11101100 | 0 | 100100 | 111 | 1 | 100110111 | 1100000 | 1010010 |
Color Harmonies of #FDA3EC
Complementary color
Monochromatic Colors of #FDA3EC
Black with #FDA3EC
Text Example
Text Example
White with #FDA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3EC; }
p { color: rgb(253,163,236); }
H1.HeaderClassName
{
color: #FDA3EC;
}
.AnyTagClassName
{
color: #FDA3EC;
}
</style>
background-color css
<style>
a { background-color: #FDA3EC; }
a { background-color: rgb(253,163,236); }
div.DivClassName
{
background-color: #FDA3EC;
}
.BgClassName
{
background-color: #FDA3EC;
}
</style>
border-color css
<style>
span { border-color: #FDA3EC; }
span { border-color: rgb(253,163,236); }
td.TdClassName
{
border-color: #FDA3EC;
}
.TagClassName
{
border-color: #FDA3EC;
}
</style>