Shades of Lavender Rose #FD9EEC
Tints of Lavender Rose #FD9EEC
RGB
CMYK
RGB Variations
Color information
#FD9EEC (or 0xFD9EEC) is known color: Lavender Rose. HEX triplet: FD, 9E and EC. RGB value is (253,158,236). Sum of RGB (Red+Green+Blue) = 253+158+236=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 158 (62.11% from 255 or 24.42% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9EEC is #026113. Grayscale: #C3C3C3. Windows color (decimal): -155924 or 15507197. OLE color: 15507197.
HSL color Cylindrical-coordinate representation of color #FD9EEC: hue angle of 310.74º 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 #FD9EEC is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 158 | 236 | - |
CMYK | 0 | 0.38 | 0.07 | 0.01 |
HSL | 310.74º | 0.96% | 0.81% | - |
HSV(B) | 310.74º | 0.38% | 0.99% | - |
XYZ | 67.88 | 51.39 | 85.7 | - |
YUV | 195.3 | 150.97 | 169.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 158 | 236 | 0 | 0.38 | 0.07 | 0.01 | 310.74 | 0.96 | 0.81 |
Hex | FD | 9E | EC | 0 | 26 | 7 | 1 | 137 | 60 | 51 |
Octal | 375 | 236 | 354 | 0 | 46 | 7 | 1 | 467 | 140 | 121 |
Binary | 11111101 | 10011110 | 11101100 | 0 | 100110 | 111 | 1 | 100110111 | 1100000 | 1010001 |
Color Harmonies of #FD9EEC
Complementary color
Monochromatic Colors of #FD9EEC
Black with #FD9EEC
Text Example
Text Example
White with #FD9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9EEC; }
p { color: rgb(253,158,236); }
H1.HeaderClassName
{
color: #FD9EEC;
}
.AnyTagClassName
{
color: #FD9EEC;
}
</style>
background-color css
<style>
a { background-color: #FD9EEC; }
a { background-color: rgb(253,158,236); }
div.DivClassName
{
background-color: #FD9EEC;
}
.BgClassName
{
background-color: #FD9EEC;
}
</style>
border-color css
<style>
span { border-color: #FD9EEC; }
span { border-color: rgb(253,158,236); }
td.TdClassName
{
border-color: #FD9EEC;
}
.TagClassName
{
border-color: #FD9EEC;
}
</style>