Shades of Lavender Rose #FCB0E5
Tints of Lavender Rose #FCB0E5
RGB
CMYK
RGB Variations
Color information
#FCB0E5 (or 0xFCB0E5) is known color: Lavender Rose. HEX triplet: FC, B0 and E5. RGB value is (252,176,229). Sum of RGB (Red+Green+Blue) = 252+176+229=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0E5 is #034F1A. Grayscale: #CCCCCC. Windows color (decimal): -216859 or 15053052. OLE color: 15053052.
HSL color Cylindrical-coordinate representation of color #FCB0E5: hue angle of 318.16º 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 #FCB0E5 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 229 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.01 |
| HSL | 318.16º | 0.93% | 0.84% | - |
| HSV(B) | 318.16º | 0.3% | 0.99% | - |
| XYZ | 69.81 | 57.4 | 81.53 | - |
| YUV | 204.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 229 | 0 | 0.30 | 0.09 | 0.01 | 318.16 | 0.93 | 0.84 |
| Hex | FC | B0 | E5 | 0 | 1E | 9 | 1 | 13E | 5D | 54 |
| Octal | 374 | 260 | 345 | 0 | 36 | 11 | 1 | 476 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11100101 | 0 | 11110 | 1001 | 1 | 100111110 | 1011101 | 1010100 |
Color Harmonies of #FCB0E5
Complementary color
Monochromatic Colors of #FCB0E5
Black with #FCB0E5
Text Example
Text Example
White with #FCB0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0E5; }
p { color: rgb(252,176,229); }
H1.HeaderClassName
{
color: #FCB0E5;
}
.AnyTagClassName
{
color: #FCB0E5;
}
</style>
background-color css
<style>
a { background-color: #FCB0E5; }
a { background-color: rgb(252,176,229); }
div.DivClassName
{
background-color: #FCB0E5;
}
.BgClassName
{
background-color: #FCB0E5;
}
</style>
border-color css
<style>
span { border-color: #FCB0E5; }
span { border-color: rgb(252,176,229); }
td.TdClassName
{
border-color: #FCB0E5;
}
.TagClassName
{
border-color: #FCB0E5;
}
</style>