Shades of Lavender Rose #FDA6EE
Tints of Lavender Rose #FDA6EE
RGB
CMYK
RGB Variations
Color information
#FDA6EE (or 0xFDA6EE) is known color: Lavender Rose. HEX triplet: FD, A6 and EE. RGB value is (253,166,238). Sum of RGB (Red+Green+Blue) = 253+166+238=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 166 (65.23% from 255 or 25.27% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6EE is #025911. Grayscale: #C8C8C8. Windows color (decimal): -153874 or 15640317. OLE color: 15640317.
HSL color Cylindrical-coordinate representation of color #FDA6EE: hue angle of 310.34º 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 #FDA6EE is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 238 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.01 |
| HSL | 310.34º | 0.96% | 0.82% | - |
| HSV(B) | 310.34º | 0.34% | 0.99% | - |
| XYZ | 69.58 | 54.33 | 87.71 | - |
| YUV | 200.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 238 | 0 | 0.34 | 0.06 | 0.01 | 310.34 | 0.96 | 0.82 |
| Hex | FD | A6 | EE | 0 | 22 | 6 | 1 | 136 | 60 | 52 |
| Octal | 375 | 246 | 356 | 0 | 42 | 6 | 1 | 466 | 140 | 122 |
| Binary | 11111101 | 10100110 | 11101110 | 0 | 100010 | 110 | 1 | 100110110 | 1100000 | 1010010 |
Color Harmonies of #FDA6EE
Complementary color
Monochromatic Colors of #FDA6EE
Black with #FDA6EE
Text Example
Text Example
White with #FDA6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6EE; }
p { color: rgb(253,166,238); }
H1.HeaderClassName
{
color: #FDA6EE;
}
.AnyTagClassName
{
color: #FDA6EE;
}
</style>
background-color css
<style>
a { background-color: #FDA6EE; }
a { background-color: rgb(253,166,238); }
div.DivClassName
{
background-color: #FDA6EE;
}
.BgClassName
{
background-color: #FDA6EE;
}
</style>
border-color css
<style>
span { border-color: #FDA6EE; }
span { border-color: rgb(253,166,238); }
td.TdClassName
{
border-color: #FDA6EE;
}
.TagClassName
{
border-color: #FDA6EE;
}
</style>