Shades of Lavender Rose #FC98F0
Tints of Lavender Rose #FC98F0
RGB
CMYK
RGB Variations
Color information
#FC98F0 (or 0xFC98F0) is known color: Lavender Rose. HEX triplet: FC, 98 and F0. RGB value is (252,152,240). Sum of RGB (Red+Green+Blue) = 252+152+240=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 152 (59.77% from 255 or 23.60% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC98F0 is #03670F. Grayscale: #BFBFBF. Windows color (decimal): -222992 or 15767804. OLE color: 15767804.
HSL color Cylindrical-coordinate representation of color #FC98F0: hue angle of 307.2º degrees, saturation: 0.94, 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 #FC98F0 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 240 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.01 |
| HSL | 307.2º | 0.94% | 0.79% | - |
| HSV(B) | 307.2º | 0.4% | 0.99% | - |
| XYZ | 67.1 | 49.44 | 88.44 | - |
| YUV | 191.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 240 | 0 | 0.40 | 0.05 | 0.01 | 307.2 | 0.94 | 0.79 |
| Hex | FC | 98 | F0 | 0 | 28 | 5 | 1 | 133 | 5E | 4F |
| Octal | 374 | 230 | 360 | 0 | 50 | 5 | 1 | 463 | 136 | 117 |
| Binary | 11111100 | 10011000 | 11110000 | 0 | 101000 | 101 | 1 | 100110011 | 1011110 | 1001111 |
Color Harmonies of #FC98F0
Complementary color
Monochromatic Colors of #FC98F0
Black with #FC98F0
Text Example
Text Example
White with #FC98F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98F0; }
p { color: rgb(252,152,240); }
H1.HeaderClassName
{
color: #FC98F0;
}
.AnyTagClassName
{
color: #FC98F0;
}
</style>
background-color css
<style>
a { background-color: #FC98F0; }
a { background-color: rgb(252,152,240); }
div.DivClassName
{
background-color: #FC98F0;
}
.BgClassName
{
background-color: #FC98F0;
}
</style>
border-color css
<style>
span { border-color: #FC98F0; }
span { border-color: rgb(252,152,240); }
td.TdClassName
{
border-color: #FC98F0;
}
.TagClassName
{
border-color: #FC98F0;
}
</style>