Shades of Lavender Rose #FCBCE8
Tints of Lavender Rose #FCBCE8
RGB
CMYK
RGB Variations
Color information
#FCBCE8 (or 0xFCBCE8) is known color: Lavender Rose. HEX triplet: FC, BC and E8. RGB value is (252,188,232). Sum of RGB (Red+Green+Blue) = 252+188+232=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCE8 is #034317. Grayscale: #D4D4D4. Windows color (decimal): -213784 or 15252732. OLE color: 15252732.
HSL color Cylindrical-coordinate representation of color #FCBCE8: hue angle of 318.75º 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 #FCBCE8 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 232 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.01 |
| HSL | 318.75º | 0.91% | 0.86% | - |
| HSV(B) | 318.75º | 0.25% | 0.99% | - |
| XYZ | 72.69 | 62.49 | 84.57 | - |
| YUV | 212.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 232 | 0 | 0.25 | 0.08 | 0.01 | 318.75 | 0.91 | 0.86 |
| Hex | FC | BC | E8 | 0 | 19 | 8 | 1 | 13F | 5B | 56 |
| Octal | 374 | 274 | 350 | 0 | 31 | 10 | 1 | 477 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11101000 | 0 | 11001 | 1000 | 1 | 100111111 | 1011011 | 1010110 |
Color Harmonies of #FCBCE8
Complementary color
Monochromatic Colors of #FCBCE8
Black with #FCBCE8
Text Example
Text Example
White with #FCBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCE8; }
p { color: rgb(252,188,232); }
H1.HeaderClassName
{
color: #FCBCE8;
}
.AnyTagClassName
{
color: #FCBCE8;
}
</style>
background-color css
<style>
a { background-color: #FCBCE8; }
a { background-color: rgb(252,188,232); }
div.DivClassName
{
background-color: #FCBCE8;
}
.BgClassName
{
background-color: #FCBCE8;
}
</style>
border-color css
<style>
span { border-color: #FCBCE8; }
span { border-color: rgb(252,188,232); }
td.TdClassName
{
border-color: #FCBCE8;
}
.TagClassName
{
border-color: #FCBCE8;
}
</style>