Shades of Lavender Rose #FC92E0
Tints of Lavender Rose #FC92E0
RGB
CMYK
RGB Variations
Color information
#FC92E0 (or 0xFC92E0) is known color: Lavender Rose. HEX triplet: FC, 92 and E0. RGB value is (252,146,224). Sum of RGB (Red+Green+Blue) = 252+146+224=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 146 (57.42% from 255 or 23.47% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92E0 is #036D1F. Grayscale: #BABABA. Windows color (decimal): -224544 or 14717692. OLE color: 14717692.
HSL color Cylindrical-coordinate representation of color #FC92E0: hue angle of 315.85º 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 #FC92E0 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 224 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.01 |
| HSL | 315.85º | 0.95% | 0.78% | - |
| HSV(B) | 315.85º | 0.42% | 0.99% | - |
| XYZ | 63.88 | 46.64 | 76.16 | - |
| YUV | 186.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 224 | 0 | 0.42 | 0.11 | 0.01 | 315.85 | 0.95 | 0.78 |
| Hex | FC | 92 | E0 | 0 | 2A | B | 1 | 13C | 5F | 4E |
| Octal | 374 | 222 | 340 | 0 | 52 | 13 | 1 | 474 | 137 | 116 |
| Binary | 11111100 | 10010010 | 11100000 | 0 | 101010 | 1011 | 1 | 100111100 | 1011111 | 1001110 |
Color Harmonies of #FC92E0
Complementary color
Monochromatic Colors of #FC92E0
Black with #FC92E0
Text Example
Text Example
White with #FC92E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92E0; }
p { color: rgb(252,146,224); }
H1.HeaderClassName
{
color: #FC92E0;
}
.AnyTagClassName
{
color: #FC92E0;
}
</style>
background-color css
<style>
a { background-color: #FC92E0; }
a { background-color: rgb(252,146,224); }
div.DivClassName
{
background-color: #FC92E0;
}
.BgClassName
{
background-color: #FC92E0;
}
</style>
border-color css
<style>
span { border-color: #FC92E0; }
span { border-color: rgb(252,146,224); }
td.TdClassName
{
border-color: #FC92E0;
}
.TagClassName
{
border-color: #FC92E0;
}
</style>