Shades of Lavender Rose #FDA7E4
Tints of Lavender Rose #FDA7E4
RGB
CMYK
RGB Variations
Color information
#FDA7E4 (or 0xFDA7E4) is known color: Lavender Rose. HEX triplet: FD, A7 and E4. RGB value is (253,167,228). Sum of RGB (Red+Green+Blue) = 253+167+228=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 167 (65.62% from 255 or 25.77% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7E4 is #02581B. Grayscale: #C7C7C7. Windows color (decimal): -153628 or 14985213. OLE color: 14985213.
HSL color Cylindrical-coordinate representation of color #FDA7E4: hue angle of 317.44º 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 #FDA7E4 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 228 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.01 |
| HSL | 317.44º | 0.96% | 0.82% | - |
| HSV(B) | 317.44º | 0.34% | 0.99% | - |
| XYZ | 68.33 | 54.12 | 80.24 | - |
| YUV | 199.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 228 | 0 | 0.34 | 0.10 | 0.01 | 317.44 | 0.96 | 0.82 |
| Hex | FD | A7 | E4 | 0 | 22 | A | 1 | 13D | 60 | 52 |
| Octal | 375 | 247 | 344 | 0 | 42 | 12 | 1 | 475 | 140 | 122 |
| Binary | 11111101 | 10100111 | 11100100 | 0 | 100010 | 1010 | 1 | 100111101 | 1100000 | 1010010 |
Color Harmonies of #FDA7E4
Complementary color
Monochromatic Colors of #FDA7E4
Black with #FDA7E4
Text Example
Text Example
White with #FDA7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7E4; }
p { color: rgb(253,167,228); }
H1.HeaderClassName
{
color: #FDA7E4;
}
.AnyTagClassName
{
color: #FDA7E4;
}
</style>
background-color css
<style>
a { background-color: #FDA7E4; }
a { background-color: rgb(253,167,228); }
div.DivClassName
{
background-color: #FDA7E4;
}
.BgClassName
{
background-color: #FDA7E4;
}
</style>
border-color css
<style>
span { border-color: #FDA7E4; }
span { border-color: rgb(253,167,228); }
td.TdClassName
{
border-color: #FDA7E4;
}
.TagClassName
{
border-color: #FDA7E4;
}
</style>