Shades of Lavender Rose #FDA7E1
Tints of Lavender Rose #FDA7E1
RGB
CMYK
RGB Variations
Color information
#FDA7E1 (or 0xFDA7E1) is known color: Lavender Rose. HEX triplet: FD, A7 and E1. RGB value is (253,167,225). Sum of RGB (Red+Green+Blue) = 253+167+225=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 167 (65.62% from 255 or 25.89% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7E1 is #02581E. Grayscale: #C7C7C7. Windows color (decimal): -153631 or 14788605. OLE color: 14788605.
HSL color Cylindrical-coordinate representation of color #FDA7E1: hue angle of 319.53º 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 #FDA7E1 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 225 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.01 |
| HSL | 319.53º | 0.96% | 0.82% | - |
| HSV(B) | 319.53º | 0.34% | 0.99% | - |
| XYZ | 67.92 | 53.96 | 78.07 | - |
| YUV | 199.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 225 | 0 | 0.34 | 0.11 | 0.01 | 319.53 | 0.96 | 0.82 |
| Hex | FD | A7 | E1 | 0 | 22 | B | 1 | 140 | 60 | 52 |
| Octal | 375 | 247 | 341 | 0 | 42 | 13 | 1 | 500 | 140 | 122 |
| Binary | 11111101 | 10100111 | 11100001 | 0 | 100010 | 1011 | 1 | 101000000 | 1100000 | 1010010 |
Color Harmonies of #FDA7E1
Complementary color
Monochromatic Colors of #FDA7E1
Black with #FDA7E1
Text Example
Text Example
White with #FDA7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7E1; }
p { color: rgb(253,167,225); }
H1.HeaderClassName
{
color: #FDA7E1;
}
.AnyTagClassName
{
color: #FDA7E1;
}
</style>
background-color css
<style>
a { background-color: #FDA7E1; }
a { background-color: rgb(253,167,225); }
div.DivClassName
{
background-color: #FDA7E1;
}
.BgClassName
{
background-color: #FDA7E1;
}
</style>
border-color css
<style>
span { border-color: #FDA7E1; }
span { border-color: rgb(253,167,225); }
td.TdClassName
{
border-color: #FDA7E1;
}
.TagClassName
{
border-color: #FDA7E1;
}
</style>