Shades of Lavender Rose #FCB3F6
Tints of Lavender Rose #FCB3F6
RGB
CMYK
RGB Variations
Color information
#FCB3F6 (or 0xFCB3F6) is known color: Lavender Rose. HEX triplet: FC, B3 and F6. RGB value is (252,179,246). Sum of RGB (Red+Green+Blue) = 252+179+246=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 179 (70.31% from 255 or 26.44% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB3F6 is #034C09. Grayscale: #D0D0D0. Windows color (decimal): -216074 or 16167932. OLE color: 16167932.
HSL color Cylindrical-coordinate representation of color #FCB3F6: hue angle of 304.93º 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 #FCB3F6 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 246 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.01 |
| HSL | 304.93º | 0.92% | 0.85% | - |
| HSV(B) | 304.93º | 0.29% | 0.99% | - |
| XYZ | 72.9 | 59.59 | 94.85 | - |
| YUV | 208.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 246 | 0 | 0.29 | 0.02 | 0.01 | 304.93 | 0.92 | 0.85 |
| Hex | FC | B3 | F6 | 0 | 1D | 2 | 1 | 131 | 5C | 55 |
| Octal | 374 | 263 | 366 | 0 | 35 | 2 | 1 | 461 | 134 | 125 |
| Binary | 11111100 | 10110011 | 11110110 | 0 | 11101 | 10 | 1 | 100110001 | 1011100 | 1010101 |
Color Harmonies of #FCB3F6
Complementary color
Monochromatic Colors of #FCB3F6
Black with #FCB3F6
Text Example
Text Example
White with #FCB3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3F6; }
p { color: rgb(252,179,246); }
H1.HeaderClassName
{
color: #FCB3F6;
}
.AnyTagClassName
{
color: #FCB3F6;
}
</style>
background-color css
<style>
a { background-color: #FCB3F6; }
a { background-color: rgb(252,179,246); }
div.DivClassName
{
background-color: #FCB3F6;
}
.BgClassName
{
background-color: #FCB3F6;
}
</style>
border-color css
<style>
span { border-color: #FCB3F6; }
span { border-color: rgb(252,179,246); }
td.TdClassName
{
border-color: #FCB3F6;
}
.TagClassName
{
border-color: #FCB3F6;
}
</style>