Shades of Lavender Rose #FBC1F1
Tints of Lavender Rose #FBC1F1
RGB
CMYK
RGB Variations
Color information
#FBC1F1 (or 0xFBC1F1) is known color: Lavender Rose. HEX triplet: FB, C1 and F1. RGB value is (251,193,241). Sum of RGB (Red+Green+Blue) = 251+193+241=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 193 (75.78% from 255 or 28.18% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC1F1 is #043E0E. Grayscale: #D7D7D7. Windows color (decimal): -278031 or 15843835. OLE color: 15843835.
HSL color Cylindrical-coordinate representation of color #FBC1F1: hue angle of 310.34º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1F1 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 241 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.02 |
| HSL | 310.34º | 0.88% | 0.87% | - |
| HSV(B) | 310.34º | 0.23% | 0.98% | - |
| XYZ | 74.73 | 65 | 91.83 | - |
| YUV | 215.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 241 | 0 | 0.23 | 0.04 | 0.02 | 310.34 | 0.88 | 0.87 |
| Hex | FB | C1 | F1 | 0 | 17 | 4 | 2 | 136 | 58 | 57 |
| Octal | 373 | 301 | 361 | 0 | 27 | 4 | 2 | 466 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11110001 | 0 | 10111 | 100 | 10 | 100110110 | 1011000 | 1010111 |
Color Harmonies of #FBC1F1
Complementary color
Monochromatic Colors of #FBC1F1
Black with #FBC1F1
Text Example
Text Example
White with #FBC1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1F1; }
p { color: rgb(251,193,241); }
H1.HeaderClassName
{
color: #FBC1F1;
}
.AnyTagClassName
{
color: #FBC1F1;
}
</style>
background-color css
<style>
a { background-color: #FBC1F1; }
a { background-color: rgb(251,193,241); }
div.DivClassName
{
background-color: #FBC1F1;
}
.BgClassName
{
background-color: #FBC1F1;
}
</style>
border-color css
<style>
span { border-color: #FBC1F1; }
span { border-color: rgb(251,193,241); }
td.TdClassName
{
border-color: #FBC1F1;
}
.TagClassName
{
border-color: #FBC1F1;
}
</style>