Shades of Lavender Rose #FCBCED
Tints of Lavender Rose #FCBCED
RGB
CMYK
RGB Variations
Color information
#FCBCED (or 0xFCBCED) is known color: Lavender Rose. HEX triplet: FC, BC and ED. RGB value is (252,188,237). Sum of RGB (Red+Green+Blue) = 252+188+237=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCED is #034312. Grayscale: #D4D4D4. Windows color (decimal): -213779 or 15580412. OLE color: 15580412.
HSL color Cylindrical-coordinate representation of color #FCBCED: hue angle of 314.06º 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 #FCBCED is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 237 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.01 |
| HSL | 314.06º | 0.91% | 0.86% | - |
| HSV(B) | 314.06º | 0.25% | 0.99% | - |
| XYZ | 73.41 | 62.78 | 88.37 | - |
| YUV | 212.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 237 | 0 | 0.25 | 0.06 | 0.01 | 314.06 | 0.91 | 0.86 |
| Hex | FC | BC | ED | 0 | 19 | 6 | 1 | 13A | 5B | 56 |
| Octal | 374 | 274 | 355 | 0 | 31 | 6 | 1 | 472 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11101101 | 0 | 11001 | 110 | 1 | 100111010 | 1011011 | 1010110 |
Color Harmonies of #FCBCED
Complementary color
Monochromatic Colors of #FCBCED
Black with #FCBCED
Text Example
Text Example
White with #FCBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCED; }
p { color: rgb(252,188,237); }
H1.HeaderClassName
{
color: #FCBCED;
}
.AnyTagClassName
{
color: #FCBCED;
}
</style>
background-color css
<style>
a { background-color: #FCBCED; }
a { background-color: rgb(252,188,237); }
div.DivClassName
{
background-color: #FCBCED;
}
.BgClassName
{
background-color: #FCBCED;
}
</style>
border-color css
<style>
span { border-color: #FCBCED; }
span { border-color: rgb(252,188,237); }
td.TdClassName
{
border-color: #FCBCED;
}
.TagClassName
{
border-color: #FCBCED;
}
</style>