Shades of Lavender Rose #FD9FE5
Tints of Lavender Rose #FD9FE5
RGB
CMYK
RGB Variations
Color information
#FD9FE5 (or 0xFD9FE5) is known color: Lavender Rose. HEX triplet: FD, 9F and E5. RGB value is (253,159,229). Sum of RGB (Red+Green+Blue) = 253+159+229=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 159 (62.5% from 255 or 24.80% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9FE5 is #02601A. Grayscale: #C2C2C2. Windows color (decimal): -155675 or 15048701. OLE color: 15048701.
HSL color Cylindrical-coordinate representation of color #FD9FE5: hue angle of 315.32º 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 #FD9FE5 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 159 | 229 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.01 |
| HSL | 315.32º | 0.96% | 0.81% | - |
| HSV(B) | 315.32º | 0.37% | 0.99% | - |
| XYZ | 67.05 | 51.34 | 80.5 | - |
| YUV | 195.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 159 | 229 | 0 | 0.37 | 0.09 | 0.01 | 315.32 | 0.96 | 0.81 |
| Hex | FD | 9F | E5 | 0 | 25 | 9 | 1 | 13B | 60 | 51 |
| Octal | 375 | 237 | 345 | 0 | 45 | 11 | 1 | 473 | 140 | 121 |
| Binary | 11111101 | 10011111 | 11100101 | 0 | 100101 | 1001 | 1 | 100111011 | 1100000 | 1010001 |
Color Harmonies of #FD9FE5
Complementary color
Monochromatic Colors of #FD9FE5
Black with #FD9FE5
Text Example
Text Example
White with #FD9FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9FE5; }
p { color: rgb(253,159,229); }
H1.HeaderClassName
{
color: #FD9FE5;
}
.AnyTagClassName
{
color: #FD9FE5;
}
</style>
background-color css
<style>
a { background-color: #FD9FE5; }
a { background-color: rgb(253,159,229); }
div.DivClassName
{
background-color: #FD9FE5;
}
.BgClassName
{
background-color: #FD9FE5;
}
</style>
border-color css
<style>
span { border-color: #FD9FE5; }
span { border-color: rgb(253,159,229); }
td.TdClassName
{
border-color: #FD9FE5;
}
.TagClassName
{
border-color: #FD9FE5;
}
</style>