Shades of Lavender Rose #FCBAF2
Tints of Lavender Rose #FCBAF2
RGB
CMYK
RGB Variations
Color information
#FCBAF2 (or 0xFCBAF2) is known color: Lavender Rose. HEX triplet: FC, BA and F2. RGB value is (252,186,242). Sum of RGB (Red+Green+Blue) = 252+186+242=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAF2 is #03450D. Grayscale: #D3D3D3. Windows color (decimal): -214286 or 15907580. OLE color: 15907580.
HSL color Cylindrical-coordinate representation of color #FCBAF2: hue angle of 309.09º 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 #FCBAF2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 242 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.01 |
| HSL | 309.09º | 0.92% | 0.86% | - |
| HSV(B) | 309.09º | 0.26% | 0.99% | - |
| XYZ | 73.73 | 62.22 | 92.13 | - |
| YUV | 212.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 242 | 0 | 0.26 | 0.04 | 0.01 | 309.09 | 0.92 | 0.86 |
| Hex | FC | BA | F2 | 0 | 1A | 4 | 1 | 135 | 5C | 56 |
| Octal | 374 | 272 | 362 | 0 | 32 | 4 | 1 | 465 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11110010 | 0 | 11010 | 100 | 1 | 100110101 | 1011100 | 1010110 |
Color Harmonies of #FCBAF2
Complementary color
Monochromatic Colors of #FCBAF2
Black with #FCBAF2
Text Example
Text Example
White with #FCBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAF2; }
p { color: rgb(252,186,242); }
H1.HeaderClassName
{
color: #FCBAF2;
}
.AnyTagClassName
{
color: #FCBAF2;
}
</style>
background-color css
<style>
a { background-color: #FCBAF2; }
a { background-color: rgb(252,186,242); }
div.DivClassName
{
background-color: #FCBAF2;
}
.BgClassName
{
background-color: #FCBAF2;
}
</style>
border-color css
<style>
span { border-color: #FCBAF2; }
span { border-color: rgb(252,186,242); }
td.TdClassName
{
border-color: #FCBAF2;
}
.TagClassName
{
border-color: #FCBAF2;
}
</style>