Shades of Lavender Rose #FCBBF1
Tints of Lavender Rose #FCBBF1
RGB
CMYK
RGB Variations
Color information
#FCBBF1 (or 0xFCBBF1) is known color: Lavender Rose. HEX triplet: FC, BB and F1. RGB value is (252,187,241). Sum of RGB (Red+Green+Blue) = 252+187+241=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBF1 is #03440E. Grayscale: #D4D4D4. Windows color (decimal): -214031 or 15842300. OLE color: 15842300.
HSL color Cylindrical-coordinate representation of color #FCBBF1: hue angle of 310.15º 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 #FCBBF1 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 241 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.01 |
| HSL | 310.15º | 0.92% | 0.86% | - |
| HSV(B) | 310.15º | 0.26% | 0.99% | - |
| XYZ | 73.79 | 62.59 | 91.41 | - |
| YUV | 212.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 241 | 0 | 0.26 | 0.04 | 0.01 | 310.15 | 0.92 | 0.86 |
| Hex | FC | BB | F1 | 0 | 1A | 4 | 1 | 136 | 5C | 56 |
| Octal | 374 | 273 | 361 | 0 | 32 | 4 | 1 | 466 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11110001 | 0 | 11010 | 100 | 1 | 100110110 | 1011100 | 1010110 |
Color Harmonies of #FCBBF1
Complementary color
Monochromatic Colors of #FCBBF1
Black with #FCBBF1
Text Example
Text Example
White with #FCBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBF1; }
p { color: rgb(252,187,241); }
H1.HeaderClassName
{
color: #FCBBF1;
}
.AnyTagClassName
{
color: #FCBBF1;
}
</style>
background-color css
<style>
a { background-color: #FCBBF1; }
a { background-color: rgb(252,187,241); }
div.DivClassName
{
background-color: #FCBBF1;
}
.BgClassName
{
background-color: #FCBBF1;
}
</style>
border-color css
<style>
span { border-color: #FCBBF1; }
span { border-color: rgb(252,187,241); }
td.TdClassName
{
border-color: #FCBBF1;
}
.TagClassName
{
border-color: #FCBBF1;
}
</style>