Shades of Lavender Rose #FCBCEF
Tints of Lavender Rose #FCBCEF
RGB
CMYK
RGB Variations
Color information
#FCBCEF (or 0xFCBCEF) is known color: Lavender Rose. HEX triplet: FC, BC and EF. RGB value is (252,188,239). Sum of RGB (Red+Green+Blue) = 252+188+239=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCEF is #034310. Grayscale: #D4D4D4. Windows color (decimal): -213777 or 15711484. OLE color: 15711484.
HSL color Cylindrical-coordinate representation of color #FCBCEF: hue angle of 312.19º 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 #FCBCEF is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 239 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.01 |
| HSL | 312.19º | 0.91% | 0.86% | - |
| HSV(B) | 312.19º | 0.25% | 0.99% | - |
| XYZ | 73.71 | 62.89 | 89.92 | - |
| YUV | 212.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 239 | 0 | 0.25 | 0.05 | 0.01 | 312.19 | 0.91 | 0.86 |
| Hex | FC | BC | EF | 0 | 19 | 5 | 1 | 138 | 5B | 56 |
| Octal | 374 | 274 | 357 | 0 | 31 | 5 | 1 | 470 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11101111 | 0 | 11001 | 101 | 1 | 100111000 | 1011011 | 1010110 |
Color Harmonies of #FCBCEF
Complementary color
Monochromatic Colors of #FCBCEF
Black with #FCBCEF
Text Example
Text Example
White with #FCBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCEF; }
p { color: rgb(252,188,239); }
H1.HeaderClassName
{
color: #FCBCEF;
}
.AnyTagClassName
{
color: #FCBCEF;
}
</style>
background-color css
<style>
a { background-color: #FCBCEF; }
a { background-color: rgb(252,188,239); }
div.DivClassName
{
background-color: #FCBCEF;
}
.BgClassName
{
background-color: #FCBCEF;
}
</style>
border-color css
<style>
span { border-color: #FCBCEF; }
span { border-color: rgb(252,188,239); }
td.TdClassName
{
border-color: #FCBCEF;
}
.TagClassName
{
border-color: #FCBCEF;
}
</style>