Shades of Lavender Rose #FC94D3
Tints of Lavender Rose #FC94D3
RGB
CMYK
RGB Variations
Color information
#FC94D3 (or 0xFC94D3) is known color: Lavender Rose. HEX triplet: FC, 94 and D3. RGB value is (252,148,211). Sum of RGB (Red+Green+Blue) = 252+148+211=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94D3 is #036B2C. Grayscale: #BABABA. Windows color (decimal): -224045 or 13866236. OLE color: 13866236.
HSL color Cylindrical-coordinate representation of color #FC94D3: hue angle of 323.65º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC94D3 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 211 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.01 |
| HSL | 323.65º | 0.95% | 0.78% | - |
| HSV(B) | 323.65º | 0.41% | 0.99% | - |
| XYZ | 62.49 | 46.58 | 67.32 | - |
| YUV | 186.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 211 | 0 | 0.41 | 0.16 | 0.01 | 323.65 | 0.95 | 0.78 |
| Hex | FC | 94 | D3 | 0 | 29 | 10 | 1 | 144 | 5F | 4E |
| Octal | 374 | 224 | 323 | 0 | 51 | 20 | 1 | 504 | 137 | 116 |
| Binary | 11111100 | 10010100 | 11010011 | 0 | 101001 | 10000 | 1 | 101000100 | 1011111 | 1001110 |
Color Harmonies of #FC94D3
Complementary color
Monochromatic Colors of #FC94D3
Black with #FC94D3
Text Example
Text Example
White with #FC94D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC94D3; }
p { color: rgb(252,148,211); }
H1.HeaderClassName
{
color: #FC94D3;
}
.AnyTagClassName
{
color: #FC94D3;
}
</style>
background-color css
<style>
a { background-color: #FC94D3; }
a { background-color: rgb(252,148,211); }
div.DivClassName
{
background-color: #FC94D3;
}
.BgClassName
{
background-color: #FC94D3;
}
</style>
border-color css
<style>
span { border-color: #FC94D3; }
span { border-color: rgb(252,148,211); }
td.TdClassName
{
border-color: #FC94D3;
}
.TagClassName
{
border-color: #FC94D3;
}
</style>