Shades of Lavender Rose #FD9CE2
Tints of Lavender Rose #FD9CE2
RGB
CMYK
RGB Variations
Color information
#FD9CE2 (or 0xFD9CE2) is known color: Lavender Rose. HEX triplet: FD, 9C and E2. RGB value is (253,156,226). Sum of RGB (Red+Green+Blue) = 253+156+226=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 156 (61.33% from 255 or 24.57% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9CE2 is #02631D. Grayscale: #C0C0C0. Windows color (decimal): -156446 or 14851325. OLE color: 14851325.
HSL color Cylindrical-coordinate representation of color #FD9CE2: hue angle of 316.7º 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 #FD9CE2 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 156 | 226 | - |
CMYK | 0 | 0.38 | 0.11 | 0.01 |
HSL | 316.7º | 0.96% | 0.8% | - |
HSV(B) | 316.7º | 0.38% | 0.99% | - |
XYZ | 66.12 | 50.15 | 78.15 | - |
YUV | 192.98 | 146.64 | 170.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 156 | 226 | 0 | 0.38 | 0.11 | 0.01 | 316.7 | 0.96 | 0.8 |
Hex | FD | 9C | E2 | 0 | 26 | B | 1 | 13D | 60 | 50 |
Octal | 375 | 234 | 342 | 0 | 46 | 13 | 1 | 475 | 140 | 120 |
Binary | 11111101 | 10011100 | 11100010 | 0 | 100110 | 1011 | 1 | 100111101 | 1100000 | 1010000 |
Color Harmonies of #FD9CE2
Complementary color
Monochromatic Colors of #FD9CE2
Black with #FD9CE2
Text Example
Text Example
White with #FD9CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9CE2; }
p { color: rgb(253,156,226); }
H1.HeaderClassName
{
color: #FD9CE2;
}
.AnyTagClassName
{
color: #FD9CE2;
}
</style>
background-color css
<style>
a { background-color: #FD9CE2; }
a { background-color: rgb(253,156,226); }
div.DivClassName
{
background-color: #FD9CE2;
}
.BgClassName
{
background-color: #FD9CE2;
}
</style>
border-color css
<style>
span { border-color: #FD9CE2; }
span { border-color: rgb(253,156,226); }
td.TdClassName
{
border-color: #FD9CE2;
}
.TagClassName
{
border-color: #FD9CE2;
}
</style>