Shades of Lavender Rose #FCBAED
Tints of Lavender Rose #FCBAED
RGB
CMYK
RGB Variations
Color information
#FCBAED (or 0xFCBAED) is known color: Lavender Rose. HEX triplet: FC, BA and ED. RGB value is (252,186,237). Sum of RGB (Red+Green+Blue) = 252+186+237=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAED is #034512. Grayscale: #D3D3D3. Windows color (decimal): -214291 or 15579900. OLE color: 15579900.
HSL color Cylindrical-coordinate representation of color #FCBAED: hue angle of 313.64º 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 #FCBAED is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 237 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.01 |
| HSL | 313.64º | 0.92% | 0.86% | - |
| HSV(B) | 313.64º | 0.26% | 0.99% | - |
| XYZ | 72.99 | 61.93 | 88.23 | - |
| YUV | 211.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 237 | 0 | 0.26 | 0.06 | 0.01 | 313.64 | 0.92 | 0.86 |
| Hex | FC | BA | ED | 0 | 1A | 6 | 1 | 13A | 5C | 56 |
| Octal | 374 | 272 | 355 | 0 | 32 | 6 | 1 | 472 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11101101 | 0 | 11010 | 110 | 1 | 100111010 | 1011100 | 1010110 |
Color Harmonies of #FCBAED
Complementary color
Monochromatic Colors of #FCBAED
Black with #FCBAED
Text Example
Text Example
White with #FCBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAED; }
p { color: rgb(252,186,237); }
H1.HeaderClassName
{
color: #FCBAED;
}
.AnyTagClassName
{
color: #FCBAED;
}
</style>
background-color css
<style>
a { background-color: #FCBAED; }
a { background-color: rgb(252,186,237); }
div.DivClassName
{
background-color: #FCBAED;
}
.BgClassName
{
background-color: #FCBAED;
}
</style>
border-color css
<style>
span { border-color: #FCBAED; }
span { border-color: rgb(252,186,237); }
td.TdClassName
{
border-color: #FCBAED;
}
.TagClassName
{
border-color: #FCBAED;
}
</style>