Shades of Lavender Rose #FC92D4
Tints of Lavender Rose #FC92D4
RGB
CMYK
RGB Variations
Color information
#FC92D4 (or 0xFC92D4) is known color: Lavender Rose. HEX triplet: FC, 92 and D4. RGB value is (252,146,212). Sum of RGB (Red+Green+Blue) = 252+146+212=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92D4 is #036D2B. Grayscale: #B9B9B9. Windows color (decimal): -224556 or 13931260. OLE color: 13931260.
HSL color Cylindrical-coordinate representation of color #FC92D4: hue angle of 322.64º 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 #FC92D4 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 212 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.01 |
| HSL | 322.64º | 0.95% | 0.78% | - |
| HSV(B) | 322.64º | 0.42% | 0.99% | - |
| XYZ | 62.31 | 46.01 | 67.88 | - |
| YUV | 185.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 212 | 0 | 0.42 | 0.16 | 0.01 | 322.64 | 0.95 | 0.78 |
| Hex | FC | 92 | D4 | 0 | 2A | 10 | 1 | 143 | 5F | 4E |
| Octal | 374 | 222 | 324 | 0 | 52 | 20 | 1 | 503 | 137 | 116 |
| Binary | 11111100 | 10010010 | 11010100 | 0 | 101010 | 10000 | 1 | 101000011 | 1011111 | 1001110 |
Color Harmonies of #FC92D4
Complementary color
Monochromatic Colors of #FC92D4
Black with #FC92D4
Text Example
Text Example
White with #FC92D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92D4; }
p { color: rgb(252,146,212); }
H1.HeaderClassName
{
color: #FC92D4;
}
.AnyTagClassName
{
color: #FC92D4;
}
</style>
background-color css
<style>
a { background-color: #FC92D4; }
a { background-color: rgb(252,146,212); }
div.DivClassName
{
background-color: #FC92D4;
}
.BgClassName
{
background-color: #FC92D4;
}
</style>
border-color css
<style>
span { border-color: #FC92D4; }
span { border-color: rgb(252,146,212); }
td.TdClassName
{
border-color: #FC92D4;
}
.TagClassName
{
border-color: #FC92D4;
}
</style>