Shades of Lavender Rose #FDA7EC
Tints of Lavender Rose #FDA7EC
RGB
CMYK
RGB Variations
Color information
#FDA7EC (or 0xFDA7EC) is known color: Lavender Rose. HEX triplet: FD, A7 and EC. RGB value is (253,167,236). Sum of RGB (Red+Green+Blue) = 253+167+236=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 167 (65.62% from 255 or 25.46% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA7EC is #025813. Grayscale: #C8C8C8. Windows color (decimal): -153620 or 15509501. OLE color: 15509501.
HSL color Cylindrical-coordinate representation of color #FDA7EC: hue angle of 311.86º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA7EC is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 236 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.01 |
| HSL | 311.86º | 0.96% | 0.82% | - |
| HSV(B) | 311.86º | 0.34% | 0.99% | - |
| XYZ | 69.47 | 54.58 | 86.23 | - |
| YUV | 200.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 236 | 0 | 0.34 | 0.07 | 0.01 | 311.86 | 0.96 | 0.82 |
| Hex | FD | A7 | EC | 0 | 22 | 7 | 1 | 138 | 60 | 52 |
| Octal | 375 | 247 | 354 | 0 | 42 | 7 | 1 | 470 | 140 | 122 |
| Binary | 11111101 | 10100111 | 11101100 | 0 | 100010 | 111 | 1 | 100111000 | 1100000 | 1010010 |
Color Harmonies of #FDA7EC
Complementary color
Monochromatic Colors of #FDA7EC
Black with #FDA7EC
Text Example
Text Example
White with #FDA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7EC; }
p { color: rgb(253,167,236); }
H1.HeaderClassName
{
color: #FDA7EC;
}
.AnyTagClassName
{
color: #FDA7EC;
}
</style>
background-color css
<style>
a { background-color: #FDA7EC; }
a { background-color: rgb(253,167,236); }
div.DivClassName
{
background-color: #FDA7EC;
}
.BgClassName
{
background-color: #FDA7EC;
}
</style>
border-color css
<style>
span { border-color: #FDA7EC; }
span { border-color: rgb(253,167,236); }
td.TdClassName
{
border-color: #FDA7EC;
}
.TagClassName
{
border-color: #FDA7EC;
}
</style>