Shades of Lavender Rose #FC92D3
Tints of Lavender Rose #FC92D3
RGB
CMYK
RGB Variations
Color information
#FC92D3 (or 0xFC92D3) is known color: Lavender Rose. HEX triplet: FC, 92 and D3. RGB value is (252,146,211). Sum of RGB (Red+Green+Blue) = 252+146+211=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92D3 is #036D2C. Grayscale: #B8B8B8. Windows color (decimal): -224557 or 13865724. OLE color: 13865724.
HSL color Cylindrical-coordinate representation of color #FC92D3: hue angle of 323.21º 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 #FC92D3 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 211 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.01 |
| HSL | 323.21º | 0.95% | 0.78% | - |
| HSV(B) | 323.21º | 0.42% | 0.99% | - |
| XYZ | 62.18 | 45.96 | 67.22 | - |
| YUV | 185.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 211 | 0 | 0.42 | 0.16 | 0.01 | 323.21 | 0.95 | 0.78 |
| Hex | FC | 92 | D3 | 0 | 2A | 10 | 1 | 143 | 5F | 4E |
| Octal | 374 | 222 | 323 | 0 | 52 | 20 | 1 | 503 | 137 | 116 |
| Binary | 11111100 | 10010010 | 11010011 | 0 | 101010 | 10000 | 1 | 101000011 | 1011111 | 1001110 |
Color Harmonies of #FC92D3
Complementary color
Monochromatic Colors of #FC92D3
Black with #FC92D3
Text Example
Text Example
White with #FC92D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92D3; }
p { color: rgb(252,146,211); }
H1.HeaderClassName
{
color: #FC92D3;
}
.AnyTagClassName
{
color: #FC92D3;
}
</style>
background-color css
<style>
a { background-color: #FC92D3; }
a { background-color: rgb(252,146,211); }
div.DivClassName
{
background-color: #FC92D3;
}
.BgClassName
{
background-color: #FC92D3;
}
</style>
border-color css
<style>
span { border-color: #FC92D3; }
span { border-color: rgb(252,146,211); }
td.TdClassName
{
border-color: #FC92D3;
}
.TagClassName
{
border-color: #FC92D3;
}
</style>