Shades of Lavender Rose #FCB1E1
Tints of Lavender Rose #FCB1E1
RGB
CMYK
RGB Variations
Color information
#FCB1E1 (or 0xFCB1E1) is known color: Lavender Rose. HEX triplet: FC, B1 and E1. RGB value is (252,177,225). Sum of RGB (Red+Green+Blue) = 252+177+225=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1E1 is #034E1E. Grayscale: #CCCCCC. Windows color (decimal): -216607 or 14791164. OLE color: 14791164.
HSL color Cylindrical-coordinate representation of color #FCB1E1: hue angle of 321.6º 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 #FCB1E1 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 225 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.01 |
| HSL | 321.6º | 0.93% | 0.84% | - |
| HSV(B) | 321.6º | 0.3% | 0.99% | - |
| XYZ | 69.46 | 57.58 | 78.69 | - |
| YUV | 204.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 225 | 0 | 0.30 | 0.11 | 0.01 | 321.6 | 0.93 | 0.84 |
| Hex | FC | B1 | E1 | 0 | 1E | B | 1 | 142 | 5D | 54 |
| Octal | 374 | 261 | 341 | 0 | 36 | 13 | 1 | 502 | 135 | 124 |
| Binary | 11111100 | 10110001 | 11100001 | 0 | 11110 | 1011 | 1 | 101000010 | 1011101 | 1010100 |
Color Harmonies of #FCB1E1
Complementary color
Monochromatic Colors of #FCB1E1
Black with #FCB1E1
Text Example
Text Example
White with #FCB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1E1; }
p { color: rgb(252,177,225); }
H1.HeaderClassName
{
color: #FCB1E1;
}
.AnyTagClassName
{
color: #FCB1E1;
}
</style>
background-color css
<style>
a { background-color: #FCB1E1; }
a { background-color: rgb(252,177,225); }
div.DivClassName
{
background-color: #FCB1E1;
}
.BgClassName
{
background-color: #FCB1E1;
}
</style>
border-color css
<style>
span { border-color: #FCB1E1; }
span { border-color: rgb(252,177,225); }
td.TdClassName
{
border-color: #FCB1E1;
}
.TagClassName
{
border-color: #FCB1E1;
}
</style>