Shades of Lavender Rose #FCB3E3
Tints of Lavender Rose #FCB3E3
RGB
CMYK
RGB Variations
Color information
#FCB3E3 (or 0xFCB3E3) is known color: Lavender Rose. HEX triplet: FC, B3 and E3. RGB value is (252,179,227). Sum of RGB (Red+Green+Blue) = 252+179+227=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 179 (70.31% from 255 or 27.20% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3E3 is #034C1C. Grayscale: #CECECE. Windows color (decimal): -216093 or 14922748. OLE color: 14922748.
HSL color Cylindrical-coordinate representation of color #FCB3E3: hue angle of 320.55º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3E3 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 227 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.01 |
| HSL | 320.55º | 0.92% | 0.85% | - |
| HSV(B) | 320.55º | 0.29% | 0.99% | - |
| XYZ | 70.13 | 58.48 | 80.26 | - |
| YUV | 206.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 227 | 0 | 0.29 | 0.10 | 0.01 | 320.55 | 0.92 | 0.85 |
| Hex | FC | B3 | E3 | 0 | 1D | A | 1 | 141 | 5C | 55 |
| Octal | 374 | 263 | 343 | 0 | 35 | 12 | 1 | 501 | 134 | 125 |
| Binary | 11111100 | 10110011 | 11100011 | 0 | 11101 | 1010 | 1 | 101000001 | 1011100 | 1010101 |
Color Harmonies of #FCB3E3
Complementary color
Monochromatic Colors of #FCB3E3
Black with #FCB3E3
Text Example
Text Example
White with #FCB3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3E3; }
p { color: rgb(252,179,227); }
H1.HeaderClassName
{
color: #FCB3E3;
}
.AnyTagClassName
{
color: #FCB3E3;
}
</style>
background-color css
<style>
a { background-color: #FCB3E3; }
a { background-color: rgb(252,179,227); }
div.DivClassName
{
background-color: #FCB3E3;
}
.BgClassName
{
background-color: #FCB3E3;
}
</style>
border-color css
<style>
span { border-color: #FCB3E3; }
span { border-color: rgb(252,179,227); }
td.TdClassName
{
border-color: #FCB3E3;
}
.TagClassName
{
border-color: #FCB3E3;
}
</style>