Shades of Lavender Rose #FD9EFC
Tints of Lavender Rose #FD9EFC
RGB
CMYK
RGB Variations
Color information
#FD9EFC (or 0xFD9EFC) is known color: Lavender Rose. HEX triplet: FD, 9E and FC. RGB value is (253,158,252). Sum of RGB (Red+Green+Blue) = 253+158+252=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 158 (62.11% from 255 or 23.83% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9EFC is #026103. Grayscale: #C4C4C4. Windows color (decimal): -155908 or 16555773. OLE color: 16555773.
HSL color Cylindrical-coordinate representation of color #FD9EFC: hue angle of 300.63º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9EFC is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 158 | 252 | - |
CMYK | 0 | 0.38 | 0.00 | 0.01 |
HSL | 300.63º | 0.96% | 0.81% | - |
HSV(B) | 300.63º | 0.38% | 0.99% | - |
XYZ | 70.31 | 52.36 | 98.5 | - |
YUV | 197.12 | 158.97 | 167.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 158 | 252 | 0 | 0.38 | 0.00 | 0.01 | 300.63 | 0.96 | 0.81 |
Hex | FD | 9E | FC | 0 | 26 | 0 | 1 | 12D | 60 | 51 |
Octal | 375 | 236 | 374 | 0 | 46 | 0 | 1 | 455 | 140 | 121 |
Binary | 11111101 | 10011110 | 11111100 | 0 | 100110 | 0 | 1 | 100101101 | 1100000 | 1010001 |
Color Harmonies of #FD9EFC
Complementary color
Monochromatic Colors of #FD9EFC
Black with #FD9EFC
Text Example
Text Example
White with #FD9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9EFC; }
p { color: rgb(253,158,252); }
H1.HeaderClassName
{
color: #FD9EFC;
}
.AnyTagClassName
{
color: #FD9EFC;
}
</style>
background-color css
<style>
a { background-color: #FD9EFC; }
a { background-color: rgb(253,158,252); }
div.DivClassName
{
background-color: #FD9EFC;
}
.BgClassName
{
background-color: #FD9EFC;
}
</style>
border-color css
<style>
span { border-color: #FD9EFC; }
span { border-color: rgb(253,158,252); }
td.TdClassName
{
border-color: #FD9EFC;
}
.TagClassName
{
border-color: #FD9EFC;
}
</style>