Shades of Lavender Rose #FD98D4
Tints of Lavender Rose #FD98D4
RGB
CMYK
RGB Variations
Color information
#FD98D4 (or 0xFD98D4) is known color: Lavender Rose. HEX triplet: FD, 98 and D4. RGB value is (253,152,212). Sum of RGB (Red+Green+Blue) = 253+152+212=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FD98D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD98D4 is #02672B. Grayscale: #BCBCBC. Windows color (decimal): -157484 or 13932797. OLE color: 13932797.
HSL color Cylindrical-coordinate representation of color #FD98D4: hue angle of 324.36º 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 #FD98D4 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 152 | 212 | - |
CMYK | 0 | 0.40 | 0.16 | 0.01 |
HSL | 324.36º | 0.96% | 0.79% | - |
HSV(B) | 324.36º | 0.4% | 0.99% | - |
XYZ | 63.62 | 48.09 | 68.22 | - |
YUV | 189.04 | 140.96 | 173.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 152 | 212 | 0 | 0.40 | 0.16 | 0.01 | 324.36 | 0.96 | 0.79 |
Hex | FD | 98 | D4 | 0 | 28 | 10 | 1 | 144 | 60 | 4F |
Octal | 375 | 230 | 324 | 0 | 50 | 20 | 1 | 504 | 140 | 117 |
Binary | 11111101 | 10011000 | 11010100 | 0 | 101000 | 10000 | 1 | 101000100 | 1100000 | 1001111 |
Color Harmonies of #FD98D4
Complementary color
Monochromatic Colors of #FD98D4
Black with #FD98D4
Text Example
Text Example
White with #FD98D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD98D4; }
p { color: rgb(253,152,212); }
H1.HeaderClassName
{
color: #FD98D4;
}
.AnyTagClassName
{
color: #FD98D4;
}
</style>
background-color css
<style>
a { background-color: #FD98D4; }
a { background-color: rgb(253,152,212); }
div.DivClassName
{
background-color: #FD98D4;
}
.BgClassName
{
background-color: #FD98D4;
}
</style>
border-color css
<style>
span { border-color: #FD98D4; }
span { border-color: rgb(253,152,212); }
td.TdClassName
{
border-color: #FD98D4;
}
.TagClassName
{
border-color: #FD98D4;
}
</style>