Shades of Lavender Rose #FDA6E2
Tints of Lavender Rose #FDA6E2
RGB
CMYK
RGB Variations
Color information
#FDA6E2 (or 0xFDA6E2) is known color: Lavender Rose. HEX triplet: FD, A6 and E2. RGB value is (253,166,226). Sum of RGB (Red+Green+Blue) = 253+166+226=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 166 (65.23% from 255 or 25.74% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA6E2 is #02591D. Grayscale: #C6C6C6. Windows color (decimal): -153886 or 14853885. OLE color: 14853885.
HSL color Cylindrical-coordinate representation of color #FDA6E2: hue angle of 318.62º 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 #FDA6E2 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 226 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.01 |
| HSL | 318.62º | 0.96% | 0.82% | - |
| HSV(B) | 318.62º | 0.34% | 0.99% | - |
| XYZ | 67.87 | 53.65 | 78.73 | - |
| YUV | 198.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 226 | 0 | 0.34 | 0.11 | 0.01 | 318.62 | 0.96 | 0.82 |
| Hex | FD | A6 | E2 | 0 | 22 | B | 1 | 13F | 60 | 52 |
| Octal | 375 | 246 | 342 | 0 | 42 | 13 | 1 | 477 | 140 | 122 |
| Binary | 11111101 | 10100110 | 11100010 | 0 | 100010 | 1011 | 1 | 100111111 | 1100000 | 1010010 |
Color Harmonies of #FDA6E2
Complementary color
Monochromatic Colors of #FDA6E2
Black with #FDA6E2
Text Example
Text Example
White with #FDA6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6E2; }
p { color: rgb(253,166,226); }
H1.HeaderClassName
{
color: #FDA6E2;
}
.AnyTagClassName
{
color: #FDA6E2;
}
</style>
background-color css
<style>
a { background-color: #FDA6E2; }
a { background-color: rgb(253,166,226); }
div.DivClassName
{
background-color: #FDA6E2;
}
.BgClassName
{
background-color: #FDA6E2;
}
</style>
border-color css
<style>
span { border-color: #FDA6E2; }
span { border-color: rgb(253,166,226); }
td.TdClassName
{
border-color: #FDA6E2;
}
.TagClassName
{
border-color: #FDA6E2;
}
</style>