Shades of Lavender Rose #FDA0E5
Tints of Lavender Rose #FDA0E5
RGB
CMYK
RGB Variations
Color information
#FDA0E5 (or 0xFDA0E5) is known color: Lavender Rose. HEX triplet: FD, A0 and E5. RGB value is (253,160,229). Sum of RGB (Red+Green+Blue) = 253+160+229=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 160 (62.89% from 255 or 24.92% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0E5 is #025F1A. Grayscale: #C3C3C3. Windows color (decimal): -155419 or 15048957. OLE color: 15048957.
HSL color Cylindrical-coordinate representation of color #FDA0E5: hue angle of 315.48º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA0E5 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 229 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.01 |
| HSL | 315.48º | 0.96% | 0.81% | - |
| HSV(B) | 315.48º | 0.37% | 0.99% | - |
| XYZ | 67.22 | 51.68 | 80.56 | - |
| YUV | 195.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 229 | 0 | 0.37 | 0.09 | 0.01 | 315.48 | 0.96 | 0.81 |
| Hex | FD | A0 | E5 | 0 | 25 | 9 | 1 | 13B | 60 | 51 |
| Octal | 375 | 240 | 345 | 0 | 45 | 11 | 1 | 473 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11100101 | 0 | 100101 | 1001 | 1 | 100111011 | 1100000 | 1010001 |
Color Harmonies of #FDA0E5
Complementary color
Monochromatic Colors of #FDA0E5
Black with #FDA0E5
Text Example
Text Example
White with #FDA0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0E5; }
p { color: rgb(253,160,229); }
H1.HeaderClassName
{
color: #FDA0E5;
}
.AnyTagClassName
{
color: #FDA0E5;
}
</style>
background-color css
<style>
a { background-color: #FDA0E5; }
a { background-color: rgb(253,160,229); }
div.DivClassName
{
background-color: #FDA0E5;
}
.BgClassName
{
background-color: #FDA0E5;
}
</style>
border-color css
<style>
span { border-color: #FDA0E5; }
span { border-color: rgb(253,160,229); }
td.TdClassName
{
border-color: #FDA0E5;
}
.TagClassName
{
border-color: #FDA0E5;
}
</style>