Shades of Lavender Rose #FCBAF1
Tints of Lavender Rose #FCBAF1
RGB
CMYK
RGB Variations
Color information
#FCBAF1 (or 0xFCBAF1) is known color: Lavender Rose. HEX triplet: FC, BA and F1. RGB value is (252,186,241). Sum of RGB (Red+Green+Blue) = 252+186+241=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 186 (73.05% from 255 or 27.39% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAF1 is #03450E. Grayscale: #D3D3D3. Windows color (decimal): -214287 or 15842044. OLE color: 15842044.
HSL color Cylindrical-coordinate representation of color #FCBAF1: hue angle of 310º 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 #FCBAF1 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 241 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.01 |
| HSL | 310º | 0.92% | 0.86% | - |
| HSV(B) | 310º | 0.26% | 0.99% | - |
| XYZ | 73.58 | 62.16 | 91.34 | - |
| YUV | 212 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 241 | 0 | 0.26 | 0.04 | 0.01 | 310 | 0.92 | 0.86 |
| Hex | FC | BA | F1 | 0 | 1A | 4 | 1 | 136 | 5C | 56 |
| Octal | 374 | 272 | 361 | 0 | 32 | 4 | 1 | 466 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11110001 | 0 | 11010 | 100 | 1 | 100110110 | 1011100 | 1010110 |
Color Harmonies of #FCBAF1
Complementary color
Monochromatic Colors of #FCBAF1
Black with #FCBAF1
Text Example
Text Example
White with #FCBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAF1; }
p { color: rgb(252,186,241); }
H1.HeaderClassName
{
color: #FCBAF1;
}
.AnyTagClassName
{
color: #FCBAF1;
}
</style>
background-color css
<style>
a { background-color: #FCBAF1; }
a { background-color: rgb(252,186,241); }
div.DivClassName
{
background-color: #FCBAF1;
}
.BgClassName
{
background-color: #FCBAF1;
}
</style>
border-color css
<style>
span { border-color: #FCBAF1; }
span { border-color: rgb(252,186,241); }
td.TdClassName
{
border-color: #FCBAF1;
}
.TagClassName
{
border-color: #FCBAF1;
}
</style>