Shades of Lavender Rose #FCB4EC
Tints of Lavender Rose #FCB4EC
RGB
CMYK
RGB Variations
Color information
#FCB4EC (or 0xFCB4EC) is known color: Lavender Rose. HEX triplet: FC, B4 and EC. RGB value is (252,180,236). Sum of RGB (Red+Green+Blue) = 252+180+236=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4EC is #034B13. Grayscale: #CFCFCF. Windows color (decimal): -215828 or 15512828. OLE color: 15512828.
HSL color Cylindrical-coordinate representation of color #FCB4EC: hue angle of 313.33º 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 #FCB4EC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 236 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.01 |
| HSL | 313.33º | 0.92% | 0.85% | - |
| HSV(B) | 313.33º | 0.29% | 0.99% | - |
| XYZ | 71.61 | 59.39 | 87.05 | - |
| YUV | 207.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 236 | 0 | 0.29 | 0.06 | 0.01 | 313.33 | 0.92 | 0.85 |
| Hex | FC | B4 | EC | 0 | 1D | 6 | 1 | 139 | 5C | 55 |
| Octal | 374 | 264 | 354 | 0 | 35 | 6 | 1 | 471 | 134 | 125 |
| Binary | 11111100 | 10110100 | 11101100 | 0 | 11101 | 110 | 1 | 100111001 | 1011100 | 1010101 |
Color Harmonies of #FCB4EC
Complementary color
Monochromatic Colors of #FCB4EC
Black with #FCB4EC
Text Example
Text Example
White with #FCB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4EC; }
p { color: rgb(252,180,236); }
H1.HeaderClassName
{
color: #FCB4EC;
}
.AnyTagClassName
{
color: #FCB4EC;
}
</style>
background-color css
<style>
a { background-color: #FCB4EC; }
a { background-color: rgb(252,180,236); }
div.DivClassName
{
background-color: #FCB4EC;
}
.BgClassName
{
background-color: #FCB4EC;
}
</style>
border-color css
<style>
span { border-color: #FCB4EC; }
span { border-color: rgb(252,180,236); }
td.TdClassName
{
border-color: #FCB4EC;
}
.TagClassName
{
border-color: #FCB4EC;
}
</style>