Shades of Lavender Rose #FDA6EA
Tints of Lavender Rose #FDA6EA
RGB
CMYK
RGB Variations
Color information
#FDA6EA (or 0xFDA6EA) is known color: Lavender Rose. HEX triplet: FD, A6 and EA. RGB value is (253,166,234). Sum of RGB (Red+Green+Blue) = 253+166+234=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 166 (65.23% from 255 or 25.42% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6EA is #025915. Grayscale: #C7C7C7. Windows color (decimal): -153878 or 15378173. OLE color: 15378173.
HSL color Cylindrical-coordinate representation of color #FDA6EA: hue angle of 313.1º 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 #FDA6EA is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 234 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.01 |
| HSL | 313.1º | 0.96% | 0.82% | - |
| HSV(B) | 313.1º | 0.34% | 0.99% | - |
| XYZ | 69 | 54.1 | 84.65 | - |
| YUV | 199.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 234 | 0 | 0.34 | 0.08 | 0.01 | 313.1 | 0.96 | 0.82 |
| Hex | FD | A6 | EA | 0 | 22 | 8 | 1 | 139 | 60 | 52 |
| Octal | 375 | 246 | 352 | 0 | 42 | 10 | 1 | 471 | 140 | 122 |
| Binary | 11111101 | 10100110 | 11101010 | 0 | 100010 | 1000 | 1 | 100111001 | 1100000 | 1010010 |
Color Harmonies of #FDA6EA
Complementary color
Monochromatic Colors of #FDA6EA
Black with #FDA6EA
Text Example
Text Example
White with #FDA6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6EA; }
p { color: rgb(253,166,234); }
H1.HeaderClassName
{
color: #FDA6EA;
}
.AnyTagClassName
{
color: #FDA6EA;
}
</style>
background-color css
<style>
a { background-color: #FDA6EA; }
a { background-color: rgb(253,166,234); }
div.DivClassName
{
background-color: #FDA6EA;
}
.BgClassName
{
background-color: #FDA6EA;
}
</style>
border-color css
<style>
span { border-color: #FDA6EA; }
span { border-color: rgb(253,166,234); }
td.TdClassName
{
border-color: #FDA6EA;
}
.TagClassName
{
border-color: #FDA6EA;
}
</style>