Shades of Lavender Pink #FCB3DF
Tints of Lavender Pink #FCB3DF
RGB
CMYK
RGB Variations
Color information
#FCB3DF (or 0xFCB3DF) is known color: Lavender Pink. HEX triplet: FC, B3 and DF. RGB value is (252,179,223). Sum of RGB (Red+Green+Blue) = 252+179+223=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3DF is #034C20. Grayscale: #CDCDCD. Windows color (decimal): -216097 or 14660604. OLE color: 14660604.
HSL color Cylindrical-coordinate representation of color #FCB3DF: hue angle of 323.84º 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 #FCB3DF is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 223 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.01 |
| HSL | 323.84º | 0.92% | 0.85% | - |
| HSV(B) | 323.84º | 0.29% | 0.99% | - |
| XYZ | 69.58 | 58.26 | 77.39 | - |
| YUV | 205.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 223 | 0 | 0.29 | 0.12 | 0.01 | 323.84 | 0.92 | 0.85 |
| Hex | FC | B3 | DF | 0 | 1D | C | 1 | 144 | 5C | 55 |
| Octal | 374 | 263 | 337 | 0 | 35 | 14 | 1 | 504 | 134 | 125 |
| Binary | 11111100 | 10110011 | 11011111 | 0 | 11101 | 1100 | 1 | 101000100 | 1011100 | 1010101 |
Color Harmonies of #FCB3DF
Complementary color
Monochromatic Colors of #FCB3DF
Black with #FCB3DF
Text Example
Text Example
White with #FCB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3DF; }
p { color: rgb(252,179,223); }
H1.HeaderClassName
{
color: #FCB3DF;
}
.AnyTagClassName
{
color: #FCB3DF;
}
</style>
background-color css
<style>
a { background-color: #FCB3DF; }
a { background-color: rgb(252,179,223); }
div.DivClassName
{
background-color: #FCB3DF;
}
.BgClassName
{
background-color: #FCB3DF;
}
</style>
border-color css
<style>
span { border-color: #FCB3DF; }
span { border-color: rgb(252,179,223); }
td.TdClassName
{
border-color: #FCB3DF;
}
.TagClassName
{
border-color: #FCB3DF;
}
</style>