Shades of Lavender Rose #FCBCEC
Tints of Lavender Rose #FCBCEC
RGB
CMYK
RGB Variations
Color information
#FCBCEC (or 0xFCBCEC) is known color: Lavender Rose. HEX triplet: FC, BC and EC. RGB value is (252,188,236). Sum of RGB (Red+Green+Blue) = 252+188+236=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 188 (73.83% from 255 or 27.81% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCEC is #034313. Grayscale: #D4D4D4. Windows color (decimal): -213780 or 15514876. OLE color: 15514876.
HSL color Cylindrical-coordinate representation of color #FCBCEC: hue angle of 315º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCEC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 236 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.01 |
| HSL | 315º | 0.91% | 0.86% | - |
| HSV(B) | 315º | 0.25% | 0.99% | - |
| XYZ | 73.27 | 62.72 | 87.6 | - |
| YUV | 212.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 236 | 0 | 0.25 | 0.06 | 0.01 | 315 | 0.91 | 0.86 |
| Hex | FC | BC | EC | 0 | 19 | 6 | 1 | 13B | 5B | 56 |
| Octal | 374 | 274 | 354 | 0 | 31 | 6 | 1 | 473 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11101100 | 0 | 11001 | 110 | 1 | 100111011 | 1011011 | 1010110 |
Color Harmonies of #FCBCEC
Complementary color
Monochromatic Colors of #FCBCEC
Black with #FCBCEC
Text Example
Text Example
White with #FCBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCEC; }
p { color: rgb(252,188,236); }
H1.HeaderClassName
{
color: #FCBCEC;
}
.AnyTagClassName
{
color: #FCBCEC;
}
</style>
background-color css
<style>
a { background-color: #FCBCEC; }
a { background-color: rgb(252,188,236); }
div.DivClassName
{
background-color: #FCBCEC;
}
.BgClassName
{
background-color: #FCBCEC;
}
</style>
border-color css
<style>
span { border-color: #FCBCEC; }
span { border-color: rgb(252,188,236); }
td.TdClassName
{
border-color: #FCBCEC;
}
.TagClassName
{
border-color: #FCBCEC;
}
</style>