Shades of Lavender Rose #FC92E5
Tints of Lavender Rose #FC92E5
RGB
CMYK
RGB Variations
Color information
#FC92E5 (or 0xFC92E5) is known color: Lavender Rose. HEX triplet: FC, 92 and E5. RGB value is (252,146,229). Sum of RGB (Red+Green+Blue) = 252+146+229=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 146 (57.42% from 255 or 23.29% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92E5 is #036D1A. Grayscale: #BABABA. Windows color (decimal): -224539 or 15045372. OLE color: 15045372.
HSL color Cylindrical-coordinate representation of color #FC92E5: hue angle of 313.02º 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 #FC92E5 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 229 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.01 |
| HSL | 313.02º | 0.95% | 0.78% | - |
| HSV(B) | 313.02º | 0.42% | 0.99% | - |
| XYZ | 64.57 | 46.91 | 79.78 | - |
| YUV | 187.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 229 | 0 | 0.42 | 0.09 | 0.01 | 313.02 | 0.95 | 0.78 |
| Hex | FC | 92 | E5 | 0 | 2A | 9 | 1 | 139 | 5F | 4E |
| Octal | 374 | 222 | 345 | 0 | 52 | 11 | 1 | 471 | 137 | 116 |
| Binary | 11111100 | 10010010 | 11100101 | 0 | 101010 | 1001 | 1 | 100111001 | 1011111 | 1001110 |
Color Harmonies of #FC92E5
Complementary color
Monochromatic Colors of #FC92E5
Black with #FC92E5
Text Example
Text Example
White with #FC92E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92E5; }
p { color: rgb(252,146,229); }
H1.HeaderClassName
{
color: #FC92E5;
}
.AnyTagClassName
{
color: #FC92E5;
}
</style>
background-color css
<style>
a { background-color: #FC92E5; }
a { background-color: rgb(252,146,229); }
div.DivClassName
{
background-color: #FC92E5;
}
.BgClassName
{
background-color: #FC92E5;
}
</style>
border-color css
<style>
span { border-color: #FC92E5; }
span { border-color: rgb(252,146,229); }
td.TdClassName
{
border-color: #FC92E5;
}
.TagClassName
{
border-color: #FC92E5;
}
</style>