Shades of Lavender Rose #FDA3EE
Tints of Lavender Rose #FDA3EE
RGB
CMYK
RGB Variations
Color information
#FDA3EE (or 0xFDA3EE) is known color: Lavender Rose. HEX triplet: FD, A3 and EE. RGB value is (253,163,238). Sum of RGB (Red+Green+Blue) = 253+163+238=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 163 (64.06% from 255 or 24.92% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3EE is #025C11. Grayscale: #C6C6C6. Windows color (decimal): -154642 or 15639549. OLE color: 15639549.
HSL color Cylindrical-coordinate representation of color #FDA3EE: hue angle of 310º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3EE is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 238 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.01 |
| HSL | 310º | 0.96% | 0.82% | - |
| HSV(B) | 310º | 0.36% | 0.99% | - |
| XYZ | 69.04 | 53.25 | 87.53 | - |
| YUV | 198.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 238 | 0 | 0.36 | 0.06 | 0.01 | 310 | 0.96 | 0.82 |
| Hex | FD | A3 | EE | 0 | 24 | 6 | 1 | 136 | 60 | 52 |
| Octal | 375 | 243 | 356 | 0 | 44 | 6 | 1 | 466 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11101110 | 0 | 100100 | 110 | 1 | 100110110 | 1100000 | 1010010 |
Color Harmonies of #FDA3EE
Complementary color
Monochromatic Colors of #FDA3EE
Black with #FDA3EE
Text Example
Text Example
White with #FDA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3EE; }
p { color: rgb(253,163,238); }
H1.HeaderClassName
{
color: #FDA3EE;
}
.AnyTagClassName
{
color: #FDA3EE;
}
</style>
background-color css
<style>
a { background-color: #FDA3EE; }
a { background-color: rgb(253,163,238); }
div.DivClassName
{
background-color: #FDA3EE;
}
.BgClassName
{
background-color: #FDA3EE;
}
</style>
border-color css
<style>
span { border-color: #FDA3EE; }
span { border-color: rgb(253,163,238); }
td.TdClassName
{
border-color: #FDA3EE;
}
.TagClassName
{
border-color: #FDA3EE;
}
</style>