Shades of Lavender Rose #FCBCEA
Tints of Lavender Rose #FCBCEA
RGB
CMYK
RGB Variations
Color information
#FCBCEA (or 0xFCBCEA) is known color: Lavender Rose. HEX triplet: FC, BC and EA. RGB value is (252,188,234). Sum of RGB (Red+Green+Blue) = 252+188+234=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCEA is #034315. Grayscale: #D4D4D4. Windows color (decimal): -213782 or 15383804. OLE color: 15383804.
HSL color Cylindrical-coordinate representation of color #FCBCEA: hue angle of 316.88º 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 #FCBCEA is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 234 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.01 |
| HSL | 316.88º | 0.91% | 0.86% | - |
| HSV(B) | 316.88º | 0.25% | 0.99% | - |
| XYZ | 72.98 | 62.6 | 86.08 | - |
| YUV | 212.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 234 | 0 | 0.25 | 0.07 | 0.01 | 316.88 | 0.91 | 0.86 |
| Hex | FC | BC | EA | 0 | 19 | 7 | 1 | 13D | 5B | 56 |
| Octal | 374 | 274 | 352 | 0 | 31 | 7 | 1 | 475 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11101010 | 0 | 11001 | 111 | 1 | 100111101 | 1011011 | 1010110 |
Color Harmonies of #FCBCEA
Complementary color
Monochromatic Colors of #FCBCEA
Black with #FCBCEA
Text Example
Text Example
White with #FCBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCEA; }
p { color: rgb(252,188,234); }
H1.HeaderClassName
{
color: #FCBCEA;
}
.AnyTagClassName
{
color: #FCBCEA;
}
</style>
background-color css
<style>
a { background-color: #FCBCEA; }
a { background-color: rgb(252,188,234); }
div.DivClassName
{
background-color: #FCBCEA;
}
.BgClassName
{
background-color: #FCBCEA;
}
</style>
border-color css
<style>
span { border-color: #FCBCEA; }
span { border-color: rgb(252,188,234); }
td.TdClassName
{
border-color: #FCBCEA;
}
.TagClassName
{
border-color: #FCBCEA;
}
</style>