Shades of Lavender Rose #FCB1E4
Tints of Lavender Rose #FCB1E4
RGB
CMYK
RGB Variations
Color information
#FCB1E4 (or 0xFCB1E4) is known color: Lavender Rose. HEX triplet: FC, B1 and E4. RGB value is (252,177,228). Sum of RGB (Red+Green+Blue) = 252+177+228=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 177 (69.53% from 255 or 26.94% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1E4 is #034E1B. Grayscale: #CDCDCD. Windows color (decimal): -216604 or 14987772. OLE color: 14987772.
HSL color Cylindrical-coordinate representation of color #FCB1E4: hue angle of 319.2º 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 #FCB1E4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 228 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.01 |
| HSL | 319.2º | 0.93% | 0.84% | - |
| HSV(B) | 319.2º | 0.3% | 0.99% | - |
| XYZ | 69.87 | 57.74 | 80.86 | - |
| YUV | 205.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 228 | 0 | 0.30 | 0.10 | 0.01 | 319.2 | 0.93 | 0.84 |
| Hex | FC | B1 | E4 | 0 | 1E | A | 1 | 13F | 5D | 54 |
| Octal | 374 | 261 | 344 | 0 | 36 | 12 | 1 | 477 | 135 | 124 |
| Binary | 11111100 | 10110001 | 11100100 | 0 | 11110 | 1010 | 1 | 100111111 | 1011101 | 1010100 |
Color Harmonies of #FCB1E4
Complementary color
Monochromatic Colors of #FCB1E4
Black with #FCB1E4
Text Example
Text Example
White with #FCB1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1E4; }
p { color: rgb(252,177,228); }
H1.HeaderClassName
{
color: #FCB1E4;
}
.AnyTagClassName
{
color: #FCB1E4;
}
</style>
background-color css
<style>
a { background-color: #FCB1E4; }
a { background-color: rgb(252,177,228); }
div.DivClassName
{
background-color: #FCB1E4;
}
.BgClassName
{
background-color: #FCB1E4;
}
</style>
border-color css
<style>
span { border-color: #FCB1E4; }
span { border-color: rgb(252,177,228); }
td.TdClassName
{
border-color: #FCB1E4;
}
.TagClassName
{
border-color: #FCB1E4;
}
</style>