Shades of Lavender Rose #FCB3EC
Tints of Lavender Rose #FCB3EC
RGB
CMYK
RGB Variations
Color information
#FCB3EC (or 0xFCB3EC) is known color: Lavender Rose. HEX triplet: FC, B3 and EC. RGB value is (252,179,236). Sum of RGB (Red+Green+Blue) = 252+179+236=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 179 (70.31% from 255 or 26.84% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB3EC is #034C13. Grayscale: #CFCFCF. Windows color (decimal): -216084 or 15512572. OLE color: 15512572.
HSL color Cylindrical-coordinate representation of color #FCB3EC: hue angle of 313.15º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3EC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 236 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.01 |
| HSL | 313.15º | 0.92% | 0.85% | - |
| HSV(B) | 313.15º | 0.29% | 0.99% | - |
| XYZ | 71.41 | 58.99 | 86.98 | - |
| YUV | 207.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 236 | 0 | 0.29 | 0.06 | 0.01 | 313.15 | 0.92 | 0.85 |
| Hex | FC | B3 | EC | 0 | 1D | 6 | 1 | 139 | 5C | 55 |
| Octal | 374 | 263 | 354 | 0 | 35 | 6 | 1 | 471 | 134 | 125 |
| Binary | 11111100 | 10110011 | 11101100 | 0 | 11101 | 110 | 1 | 100111001 | 1011100 | 1010101 |
Color Harmonies of #FCB3EC
Complementary color
Monochromatic Colors of #FCB3EC
Black with #FCB3EC
Text Example
Text Example
White with #FCB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3EC; }
p { color: rgb(252,179,236); }
H1.HeaderClassName
{
color: #FCB3EC;
}
.AnyTagClassName
{
color: #FCB3EC;
}
</style>
background-color css
<style>
a { background-color: #FCB3EC; }
a { background-color: rgb(252,179,236); }
div.DivClassName
{
background-color: #FCB3EC;
}
.BgClassName
{
background-color: #FCB3EC;
}
</style>
border-color css
<style>
span { border-color: #FCB3EC; }
span { border-color: rgb(252,179,236); }
td.TdClassName
{
border-color: #FCB3EC;
}
.TagClassName
{
border-color: #FCB3EC;
}
</style>