Shades of Lavender Rose #FC92DF
Tints of Lavender Rose #FC92DF
RGB
CMYK
RGB Variations
Color information
#FC92DF (or 0xFC92DF) is known color: Lavender Rose. HEX triplet: FC, 92 and DF. RGB value is (252,146,223). Sum of RGB (Red+Green+Blue) = 252+146+223=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 146 (57.42% from 255 or 23.51% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92DF is #036D20. Grayscale: #BABABA. Windows color (decimal): -224545 or 14652156. OLE color: 14652156.
HSL color Cylindrical-coordinate representation of color #FC92DF: hue angle of 316.42º 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 #FC92DF is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 223 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.01 |
| HSL | 316.42º | 0.95% | 0.78% | - |
| HSV(B) | 316.42º | 0.42% | 0.99% | - |
| XYZ | 63.74 | 46.58 | 75.44 | - |
| YUV | 186.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 223 | 0 | 0.42 | 0.12 | 0.01 | 316.42 | 0.95 | 0.78 |
| Hex | FC | 92 | DF | 0 | 2A | C | 1 | 13C | 5F | 4E |
| Octal | 374 | 222 | 337 | 0 | 52 | 14 | 1 | 474 | 137 | 116 |
| Binary | 11111100 | 10010010 | 11011111 | 0 | 101010 | 1100 | 1 | 100111100 | 1011111 | 1001110 |
Color Harmonies of #FC92DF
Complementary color
Monochromatic Colors of #FC92DF
Black with #FC92DF
Text Example
Text Example
White with #FC92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92DF; }
p { color: rgb(252,146,223); }
H1.HeaderClassName
{
color: #FC92DF;
}
.AnyTagClassName
{
color: #FC92DF;
}
</style>
background-color css
<style>
a { background-color: #FC92DF; }
a { background-color: rgb(252,146,223); }
div.DivClassName
{
background-color: #FC92DF;
}
.BgClassName
{
background-color: #FC92DF;
}
</style>
border-color css
<style>
span { border-color: #FC92DF; }
span { border-color: rgb(252,146,223); }
td.TdClassName
{
border-color: #FC92DF;
}
.TagClassName
{
border-color: #FC92DF;
}
</style>