Shades of Lavender Rose #FCBAEE
Tints of Lavender Rose #FCBAEE
RGB
CMYK
RGB Variations
Color information
#FCBAEE (or 0xFCBAEE) is known color: Lavender Rose. HEX triplet: FC, BA and EE. RGB value is (252,186,238). Sum of RGB (Red+Green+Blue) = 252+186+238=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAEE is #034511. Grayscale: #D3D3D3. Windows color (decimal): -214290 or 15645436. OLE color: 15645436.
HSL color Cylindrical-coordinate representation of color #FCBAEE: hue angle of 312.73º 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 #FCBAEE is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 238 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.01 |
| HSL | 312.73º | 0.92% | 0.86% | - |
| HSV(B) | 312.73º | 0.26% | 0.99% | - |
| XYZ | 73.14 | 61.99 | 89 | - |
| YUV | 211.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 238 | 0 | 0.26 | 0.06 | 0.01 | 312.73 | 0.92 | 0.86 |
| Hex | FC | BA | EE | 0 | 1A | 6 | 1 | 139 | 5C | 56 |
| Octal | 374 | 272 | 356 | 0 | 32 | 6 | 1 | 471 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11101110 | 0 | 11010 | 110 | 1 | 100111001 | 1011100 | 1010110 |
Color Harmonies of #FCBAEE
Complementary color
Monochromatic Colors of #FCBAEE
Black with #FCBAEE
Text Example
Text Example
White with #FCBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAEE; }
p { color: rgb(252,186,238); }
H1.HeaderClassName
{
color: #FCBAEE;
}
.AnyTagClassName
{
color: #FCBAEE;
}
</style>
background-color css
<style>
a { background-color: #FCBAEE; }
a { background-color: rgb(252,186,238); }
div.DivClassName
{
background-color: #FCBAEE;
}
.BgClassName
{
background-color: #FCBAEE;
}
</style>
border-color css
<style>
span { border-color: #FCBAEE; }
span { border-color: rgb(252,186,238); }
td.TdClassName
{
border-color: #FCBAEE;
}
.TagClassName
{
border-color: #FCBAEE;
}
</style>