Shades of Lavender Rose #FC92DC
Tints of Lavender Rose #FC92DC
RGB
CMYK
RGB Variations
Color information
#FC92DC (or 0xFC92DC) is known color: Lavender Rose. HEX triplet: FC, 92 and DC. RGB value is (252,146,220). Sum of RGB (Red+Green+Blue) = 252+146+220=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92DC is #036D23. Grayscale: #B9B9B9. Windows color (decimal): -224548 or 14455548. OLE color: 14455548.
HSL color Cylindrical-coordinate representation of color #FC92DC: hue angle of 318.11º 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 #FC92DC is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 220 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.01 |
| HSL | 318.11º | 0.95% | 0.78% | - |
| HSV(B) | 318.11º | 0.42% | 0.99% | - |
| XYZ | 63.34 | 46.42 | 73.33 | - |
| YUV | 186.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 220 | 0 | 0.42 | 0.13 | 0.01 | 318.11 | 0.95 | 0.78 |
| Hex | FC | 92 | DC | 0 | 2A | D | 1 | 13E | 5F | 4E |
| Octal | 374 | 222 | 334 | 0 | 52 | 15 | 1 | 476 | 137 | 116 |
| Binary | 11111100 | 10010010 | 11011100 | 0 | 101010 | 1101 | 1 | 100111110 | 1011111 | 1001110 |
Color Harmonies of #FC92DC
Complementary color
Monochromatic Colors of #FC92DC
Black with #FC92DC
Text Example
Text Example
White with #FC92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92DC; }
p { color: rgb(252,146,220); }
H1.HeaderClassName
{
color: #FC92DC;
}
.AnyTagClassName
{
color: #FC92DC;
}
</style>
background-color css
<style>
a { background-color: #FC92DC; }
a { background-color: rgb(252,146,220); }
div.DivClassName
{
background-color: #FC92DC;
}
.BgClassName
{
background-color: #FC92DC;
}
</style>
border-color css
<style>
span { border-color: #FC92DC; }
span { border-color: rgb(252,146,220); }
td.TdClassName
{
border-color: #FC92DC;
}
.TagClassName
{
border-color: #FC92DC;
}
</style>