Shades of Lavender Rose #FCBAEF
Tints of Lavender Rose #FCBAEF
RGB
CMYK
RGB Variations
Color information
#FCBAEF (or 0xFCBAEF) is known color: Lavender Rose. HEX triplet: FC, BA and EF. RGB value is (252,186,239). Sum of RGB (Red+Green+Blue) = 252+186+239=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAEF is #034510. Grayscale: #D3D3D3. Windows color (decimal): -214289 or 15710972. OLE color: 15710972.
HSL color Cylindrical-coordinate representation of color #FCBAEF: hue angle of 311.82º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBAEF is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 239 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.01 |
| HSL | 311.82º | 0.92% | 0.86% | - |
| HSV(B) | 311.82º | 0.26% | 0.99% | - |
| XYZ | 73.28 | 62.05 | 89.77 | - |
| YUV | 211.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 239 | 0 | 0.26 | 0.05 | 0.01 | 311.82 | 0.92 | 0.86 |
| Hex | FC | BA | EF | 0 | 1A | 5 | 1 | 138 | 5C | 56 |
| Octal | 374 | 272 | 357 | 0 | 32 | 5 | 1 | 470 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11101111 | 0 | 11010 | 101 | 1 | 100111000 | 1011100 | 1010110 |
Color Harmonies of #FCBAEF
Complementary color
Monochromatic Colors of #FCBAEF
Black with #FCBAEF
Text Example
Text Example
White with #FCBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAEF; }
p { color: rgb(252,186,239); }
H1.HeaderClassName
{
color: #FCBAEF;
}
.AnyTagClassName
{
color: #FCBAEF;
}
</style>
background-color css
<style>
a { background-color: #FCBAEF; }
a { background-color: rgb(252,186,239); }
div.DivClassName
{
background-color: #FCBAEF;
}
.BgClassName
{
background-color: #FCBAEF;
}
</style>
border-color css
<style>
span { border-color: #FCBAEF; }
span { border-color: rgb(252,186,239); }
td.TdClassName
{
border-color: #FCBAEF;
}
.TagClassName
{
border-color: #FCBAEF;
}
</style>