Shades of Lavender Rose #FD9DF5
Tints of Lavender Rose #FD9DF5
RGB
CMYK
RGB Variations
Color information
#FD9DF5 (or 0xFD9DF5) is known color: Lavender Rose. HEX triplet: FD, 9D and F5. RGB value is (253,157,245). Sum of RGB (Red+Green+Blue) = 253+157+245=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 157 (61.72% from 255 or 23.97% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9DF5 is #02620A. Grayscale: #C3C3C3. Windows color (decimal): -156171 or 16096765. OLE color: 16096765.
HSL color Cylindrical-coordinate representation of color #FD9DF5: hue angle of 305º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9DF5 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 157 | 245 | - |
CMYK | 0 | 0.38 | 0.03 | 0.01 |
HSL | 305º | 0.96% | 0.8% | - |
HSV(B) | 305º | 0.38% | 0.99% | - |
XYZ | 69.05 | 51.59 | 92.7 | - |
YUV | 195.74 | 155.8 | 168.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 157 | 245 | 0 | 0.38 | 0.03 | 0.01 | 305 | 0.96 | 0.8 |
Hex | FD | 9D | F5 | 0 | 26 | 3 | 1 | 131 | 60 | 50 |
Octal | 375 | 235 | 365 | 0 | 46 | 3 | 1 | 461 | 140 | 120 |
Binary | 11111101 | 10011101 | 11110101 | 0 | 100110 | 11 | 1 | 100110001 | 1100000 | 1010000 |
Color Harmonies of #FD9DF5
Complementary color
Monochromatic Colors of #FD9DF5
Black with #FD9DF5
Text Example
Text Example
White with #FD9DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9DF5; }
p { color: rgb(253,157,245); }
H1.HeaderClassName
{
color: #FD9DF5;
}
.AnyTagClassName
{
color: #FD9DF5;
}
</style>
background-color css
<style>
a { background-color: #FD9DF5; }
a { background-color: rgb(253,157,245); }
div.DivClassName
{
background-color: #FD9DF5;
}
.BgClassName
{
background-color: #FD9DF5;
}
</style>
border-color css
<style>
span { border-color: #FD9DF5; }
span { border-color: rgb(253,157,245); }
td.TdClassName
{
border-color: #FD9DF5;
}
.TagClassName
{
border-color: #FD9DF5;
}
</style>