Shades of Lavender Rose #FDA6E8
Tints of Lavender Rose #FDA6E8
RGB
CMYK
RGB Variations
Color information
#FDA6E8 (or 0xFDA6E8) is known color: Lavender Rose. HEX triplet: FD, A6 and E8. RGB value is (253,166,232). Sum of RGB (Red+Green+Blue) = 253+166+232=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 166 (65.23% from 255 or 25.50% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6E8 is #025917. Grayscale: #C7C7C7. Windows color (decimal): -153880 or 15247101. OLE color: 15247101.
HSL color Cylindrical-coordinate representation of color #FDA6E8: hue angle of 314.48º 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 #FDA6E8 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 232 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.01 |
| HSL | 314.48º | 0.96% | 0.82% | - |
| HSV(B) | 314.48º | 0.34% | 0.99% | - |
| XYZ | 68.71 | 53.98 | 83.14 | - |
| YUV | 199.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 232 | 0 | 0.34 | 0.08 | 0.01 | 314.48 | 0.96 | 0.82 |
| Hex | FD | A6 | E8 | 0 | 22 | 8 | 1 | 13A | 60 | 52 |
| Octal | 375 | 246 | 350 | 0 | 42 | 10 | 1 | 472 | 140 | 122 |
| Binary | 11111101 | 10100110 | 11101000 | 0 | 100010 | 1000 | 1 | 100111010 | 1100000 | 1010010 |
Color Harmonies of #FDA6E8
Complementary color
Monochromatic Colors of #FDA6E8
Black with #FDA6E8
Text Example
Text Example
White with #FDA6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6E8; }
p { color: rgb(253,166,232); }
H1.HeaderClassName
{
color: #FDA6E8;
}
.AnyTagClassName
{
color: #FDA6E8;
}
</style>
background-color css
<style>
a { background-color: #FDA6E8; }
a { background-color: rgb(253,166,232); }
div.DivClassName
{
background-color: #FDA6E8;
}
.BgClassName
{
background-color: #FDA6E8;
}
</style>
border-color css
<style>
span { border-color: #FDA6E8; }
span { border-color: rgb(253,166,232); }
td.TdClassName
{
border-color: #FDA6E8;
}
.TagClassName
{
border-color: #FDA6E8;
}
</style>