Shades of Lavender Rose #FD98F3
Tints of Lavender Rose #FD98F3
RGB
CMYK
RGB Variations
Color information
#FD98F3 (or 0xFD98F3) is known color: Lavender Rose. HEX triplet: FD, 98 and F3. RGB value is (253,152,243). Sum of RGB (Red+Green+Blue) = 253+152+243=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 152 (59.77% from 255 or 23.46% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FD98F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD98F3 is #02670C. Grayscale: #C0C0C0. Windows color (decimal): -157453 or 15964413. OLE color: 15964413.
HSL color Cylindrical-coordinate representation of color #FD98F3: hue angle of 305.94º 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 #FD98F3 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 152 | 243 | - |
CMYK | 0 | 0.40 | 0.04 | 0.01 |
HSL | 305.94º | 0.96% | 0.79% | - |
HSV(B) | 305.94º | 0.4% | 0.99% | - |
XYZ | 67.91 | 49.81 | 90.83 | - |
YUV | 192.57 | 156.46 | 171.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 152 | 243 | 0 | 0.40 | 0.04 | 0.01 | 305.94 | 0.96 | 0.79 |
Hex | FD | 98 | F3 | 0 | 28 | 4 | 1 | 132 | 60 | 4F |
Octal | 375 | 230 | 363 | 0 | 50 | 4 | 1 | 462 | 140 | 117 |
Binary | 11111101 | 10011000 | 11110011 | 0 | 101000 | 100 | 1 | 100110010 | 1100000 | 1001111 |
Color Harmonies of #FD98F3
Complementary color
Monochromatic Colors of #FD98F3
Black with #FD98F3
Text Example
Text Example
White with #FD98F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD98F3; }
p { color: rgb(253,152,243); }
H1.HeaderClassName
{
color: #FD98F3;
}
.AnyTagClassName
{
color: #FD98F3;
}
</style>
background-color css
<style>
a { background-color: #FD98F3; }
a { background-color: rgb(253,152,243); }
div.DivClassName
{
background-color: #FD98F3;
}
.BgClassName
{
background-color: #FD98F3;
}
</style>
border-color css
<style>
span { border-color: #FD98F3; }
span { border-color: rgb(253,152,243); }
td.TdClassName
{
border-color: #FD98F3;
}
.TagClassName
{
border-color: #FD98F3;
}
</style>