Shades of Lavender Rose #FD98D3
Tints of Lavender Rose #FD98D3
RGB
CMYK
RGB Variations
Color information
#FD98D3 (or 0xFD98D3) is known color: Lavender Rose. HEX triplet: FD, 98 and D3. RGB value is (253,152,211). Sum of RGB (Red+Green+Blue) = 253+152+211=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD98D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD98D3 is #02672C. Grayscale: #BCBCBC. Windows color (decimal): -157485 or 13867261. OLE color: 13867261.
HSL color Cylindrical-coordinate representation of color #FD98D3: hue angle of 324.95º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD98D3 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 152 | 211 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.01 |
| HSL | 324.95º | 0.96% | 0.79% | - |
| HSV(B) | 324.95º | 0.4% | 0.99% | - |
| XYZ | 63.49 | 48.04 | 67.55 | - |
| YUV | 188.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 152 | 211 | 0 | 0.40 | 0.17 | 0.01 | 324.95 | 0.96 | 0.79 |
| Hex | FD | 98 | D3 | 0 | 28 | 11 | 1 | 145 | 60 | 4F |
| Octal | 375 | 230 | 323 | 0 | 50 | 21 | 1 | 505 | 140 | 117 |
| Binary | 11111101 | 10011000 | 11010011 | 0 | 101000 | 10001 | 1 | 101000101 | 1100000 | 1001111 |
Color Harmonies of #FD98D3
Complementary color
Monochromatic Colors of #FD98D3
Black with #FD98D3
Text Example
Text Example
White with #FD98D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD98D3; }
p { color: rgb(253,152,211); }
H1.HeaderClassName
{
color: #FD98D3;
}
.AnyTagClassName
{
color: #FD98D3;
}
</style>
background-color css
<style>
a { background-color: #FD98D3; }
a { background-color: rgb(253,152,211); }
div.DivClassName
{
background-color: #FD98D3;
}
.BgClassName
{
background-color: #FD98D3;
}
</style>
border-color css
<style>
span { border-color: #FD98D3; }
span { border-color: rgb(253,152,211); }
td.TdClassName
{
border-color: #FD98D3;
}
.TagClassName
{
border-color: #FD98D3;
}
</style>