Shades of Lavender Rose #FC92E3
Tints of Lavender Rose #FC92E3
RGB
CMYK
RGB Variations
Color information
#FC92E3 (or 0xFC92E3) is known color: Lavender Rose. HEX triplet: FC, 92 and E3. RGB value is (252,146,227). Sum of RGB (Red+Green+Blue) = 252+146+227=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92E3 is #036D1C. Grayscale: #BABABA. Windows color (decimal): -224541 or 14914300. OLE color: 14914300.
HSL color Cylindrical-coordinate representation of color #FC92E3: hue angle of 314.15º 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 #FC92E3 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 227 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.01 |
| HSL | 314.15º | 0.95% | 0.78% | - |
| HSV(B) | 314.15º | 0.42% | 0.99% | - |
| XYZ | 64.29 | 46.8 | 78.32 | - |
| YUV | 186.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 227 | 0 | 0.42 | 0.10 | 0.01 | 314.15 | 0.95 | 0.78 |
| Hex | FC | 92 | E3 | 0 | 2A | A | 1 | 13A | 5F | 4E |
| Octal | 374 | 222 | 343 | 0 | 52 | 12 | 1 | 472 | 137 | 116 |
| Binary | 11111100 | 10010010 | 11100011 | 0 | 101010 | 1010 | 1 | 100111010 | 1011111 | 1001110 |
Color Harmonies of #FC92E3
Complementary color
Monochromatic Colors of #FC92E3
Black with #FC92E3
Text Example
Text Example
White with #FC92E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92E3; }
p { color: rgb(252,146,227); }
H1.HeaderClassName
{
color: #FC92E3;
}
.AnyTagClassName
{
color: #FC92E3;
}
</style>
background-color css
<style>
a { background-color: #FC92E3; }
a { background-color: rgb(252,146,227); }
div.DivClassName
{
background-color: #FC92E3;
}
.BgClassName
{
background-color: #FC92E3;
}
</style>
border-color css
<style>
span { border-color: #FC92E3; }
span { border-color: rgb(252,146,227); }
td.TdClassName
{
border-color: #FC92E3;
}
.TagClassName
{
border-color: #FC92E3;
}
</style>