Shades of Lavender Rose #FDA6E3
Tints of Lavender Rose #FDA6E3
RGB
CMYK
RGB Variations
Color information
#FDA6E3 (or 0xFDA6E3) is known color: Lavender Rose. HEX triplet: FD, A6 and E3. RGB value is (253,166,227). Sum of RGB (Red+Green+Blue) = 253+166+227=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 166 (65.23% from 255 or 25.70% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA6E3 is #02591C. Grayscale: #C6C6C6. Windows color (decimal): -153885 or 14919421. OLE color: 14919421.
HSL color Cylindrical-coordinate representation of color #FDA6E3: hue angle of 317.93º 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 #FDA6E3 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 227 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.01 |
| HSL | 317.93º | 0.96% | 0.82% | - |
| HSV(B) | 317.93º | 0.34% | 0.99% | - |
| XYZ | 68.01 | 53.7 | 79.45 | - |
| YUV | 198.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 227 | 0 | 0.34 | 0.10 | 0.01 | 317.93 | 0.96 | 0.82 |
| Hex | FD | A6 | E3 | 0 | 22 | A | 1 | 13E | 60 | 52 |
| Octal | 375 | 246 | 343 | 0 | 42 | 12 | 1 | 476 | 140 | 122 |
| Binary | 11111101 | 10100110 | 11100011 | 0 | 100010 | 1010 | 1 | 100111110 | 1100000 | 1010010 |
Color Harmonies of #FDA6E3
Complementary color
Monochromatic Colors of #FDA6E3
Black with #FDA6E3
Text Example
Text Example
White with #FDA6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6E3; }
p { color: rgb(253,166,227); }
H1.HeaderClassName
{
color: #FDA6E3;
}
.AnyTagClassName
{
color: #FDA6E3;
}
</style>
background-color css
<style>
a { background-color: #FDA6E3; }
a { background-color: rgb(253,166,227); }
div.DivClassName
{
background-color: #FDA6E3;
}
.BgClassName
{
background-color: #FDA6E3;
}
</style>
border-color css
<style>
span { border-color: #FDA6E3; }
span { border-color: rgb(253,166,227); }
td.TdClassName
{
border-color: #FDA6E3;
}
.TagClassName
{
border-color: #FDA6E3;
}
</style>