Shades of Lavender Rose #FCB1F6
Tints of Lavender Rose #FCB1F6
RGB
CMYK
RGB Variations
Color information
#FCB1F6 (or 0xFCB1F6) is known color: Lavender Rose. HEX triplet: FC, B1 and F6. RGB value is (252,177,246). Sum of RGB (Red+Green+Blue) = 252+177+246=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 177 (69.53% from 255 or 26.22% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB1F6 is #034E09. Grayscale: #CFCFCF. Windows color (decimal): -216586 or 16167420. OLE color: 16167420.
HSL color Cylindrical-coordinate representation of color #FCB1F6: hue angle of 304.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1F6 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 246 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.01 |
| HSL | 304.8º | 0.93% | 0.84% | - |
| HSV(B) | 304.8º | 0.3% | 0.99% | - |
| XYZ | 72.5 | 58.79 | 94.72 | - |
| YUV | 207.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 246 | 0 | 0.30 | 0.02 | 0.01 | 304.8 | 0.93 | 0.84 |
| Hex | FC | B1 | F6 | 0 | 1E | 2 | 1 | 131 | 5D | 54 |
| Octal | 374 | 261 | 366 | 0 | 36 | 2 | 1 | 461 | 135 | 124 |
| Binary | 11111100 | 10110001 | 11110110 | 0 | 11110 | 10 | 1 | 100110001 | 1011101 | 1010100 |
Color Harmonies of #FCB1F6
Complementary color
Monochromatic Colors of #FCB1F6
Black with #FCB1F6
Text Example
Text Example
White with #FCB1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1F6; }
p { color: rgb(252,177,246); }
H1.HeaderClassName
{
color: #FCB1F6;
}
.AnyTagClassName
{
color: #FCB1F6;
}
</style>
background-color css
<style>
a { background-color: #FCB1F6; }
a { background-color: rgb(252,177,246); }
div.DivClassName
{
background-color: #FCB1F6;
}
.BgClassName
{
background-color: #FCB1F6;
}
</style>
border-color css
<style>
span { border-color: #FCB1F6; }
span { border-color: rgb(252,177,246); }
td.TdClassName
{
border-color: #FCB1F6;
}
.TagClassName
{
border-color: #FCB1F6;
}
</style>