Shades of Lavender Rose #FC92E2
Tints of Lavender Rose #FC92E2
RGB
CMYK
RGB Variations
Color information
#FC92E2 (or 0xFC92E2) is known color: Lavender Rose. HEX triplet: FC, 92 and E2. RGB value is (252,146,226). Sum of RGB (Red+Green+Blue) = 252+146+226=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 146 (57.42% from 255 or 23.40% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92E2 is #036D1D. Grayscale: #BABABA. Windows color (decimal): -224542 or 14848764. OLE color: 14848764.
HSL color Cylindrical-coordinate representation of color #FC92E2: hue angle of 314.72º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC92E2 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 226 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.01 |
| HSL | 314.72º | 0.95% | 0.78% | - |
| HSV(B) | 314.72º | 0.42% | 0.99% | - |
| XYZ | 64.15 | 46.74 | 77.59 | - |
| YUV | 186.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 226 | 0 | 0.42 | 0.10 | 0.01 | 314.72 | 0.95 | 0.78 |
| Hex | FC | 92 | E2 | 0 | 2A | A | 1 | 13B | 5F | 4E |
| Octal | 374 | 222 | 342 | 0 | 52 | 12 | 1 | 473 | 137 | 116 |
| Binary | 11111100 | 10010010 | 11100010 | 0 | 101010 | 1010 | 1 | 100111011 | 1011111 | 1001110 |
Color Harmonies of #FC92E2
Complementary color
Monochromatic Colors of #FC92E2
Black with #FC92E2
Text Example
Text Example
White with #FC92E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92E2; }
p { color: rgb(252,146,226); }
H1.HeaderClassName
{
color: #FC92E2;
}
.AnyTagClassName
{
color: #FC92E2;
}
</style>
background-color css
<style>
a { background-color: #FC92E2; }
a { background-color: rgb(252,146,226); }
div.DivClassName
{
background-color: #FC92E2;
}
.BgClassName
{
background-color: #FC92E2;
}
</style>
border-color css
<style>
span { border-color: #FC92E2; }
span { border-color: rgb(252,146,226); }
td.TdClassName
{
border-color: #FC92E2;
}
.TagClassName
{
border-color: #FC92E2;
}
</style>