Shades of Lavender Rose #FDA6E5
Tints of Lavender Rose #FDA6E5
RGB
CMYK
RGB Variations
Color information
#FDA6E5 (or 0xFDA6E5) is known color: Lavender Rose. HEX triplet: FD, A6 and E5. RGB value is (253,166,229). Sum of RGB (Red+Green+Blue) = 253+166+229=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 166 (65.23% from 255 or 25.62% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA6E5 is #02591A. Grayscale: #C7C7C7. Windows color (decimal): -153883 or 15050493. OLE color: 15050493.
HSL color Cylindrical-coordinate representation of color #FDA6E5: hue angle of 316.55º 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 #FDA6E5 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 229 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.01 |
| HSL | 316.55º | 0.96% | 0.82% | - |
| HSV(B) | 316.55º | 0.34% | 0.99% | - |
| XYZ | 68.29 | 53.81 | 80.92 | - |
| YUV | 199.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 229 | 0 | 0.34 | 0.09 | 0.01 | 316.55 | 0.96 | 0.82 |
| Hex | FD | A6 | E5 | 0 | 22 | 9 | 1 | 13D | 60 | 52 |
| Octal | 375 | 246 | 345 | 0 | 42 | 11 | 1 | 475 | 140 | 122 |
| Binary | 11111101 | 10100110 | 11100101 | 0 | 100010 | 1001 | 1 | 100111101 | 1100000 | 1010010 |
Color Harmonies of #FDA6E5
Complementary color
Monochromatic Colors of #FDA6E5
Black with #FDA6E5
Text Example
Text Example
White with #FDA6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6E5; }
p { color: rgb(253,166,229); }
H1.HeaderClassName
{
color: #FDA6E5;
}
.AnyTagClassName
{
color: #FDA6E5;
}
</style>
background-color css
<style>
a { background-color: #FDA6E5; }
a { background-color: rgb(253,166,229); }
div.DivClassName
{
background-color: #FDA6E5;
}
.BgClassName
{
background-color: #FDA6E5;
}
</style>
border-color css
<style>
span { border-color: #FDA6E5; }
span { border-color: rgb(253,166,229); }
td.TdClassName
{
border-color: #FDA6E5;
}
.TagClassName
{
border-color: #FDA6E5;
}
</style>