Shades of Lavender Pink #FCB2DF
Tints of Lavender Pink #FCB2DF
RGB
CMYK
RGB Variations
Color information
#FCB2DF (or 0xFCB2DF) is known color: Lavender Pink. HEX triplet: FC, B2 and DF. RGB value is (252,178,223). Sum of RGB (Red+Green+Blue) = 252+178+223=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2DF is #034D20. Grayscale: #CDCDCD. Windows color (decimal): -216353 or 14660348. OLE color: 14660348.
HSL color Cylindrical-coordinate representation of color #FCB2DF: hue angle of 323.51º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2DF is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 223 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.01 |
| HSL | 323.51º | 0.93% | 0.84% | - |
| HSV(B) | 323.51º | 0.29% | 0.99% | - |
| XYZ | 69.38 | 57.86 | 77.32 | - |
| YUV | 205.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 223 | 0 | 0.29 | 0.12 | 0.01 | 323.51 | 0.93 | 0.84 |
| Hex | FC | B2 | DF | 0 | 1D | C | 1 | 144 | 5C | 54 |
| Octal | 374 | 262 | 337 | 0 | 35 | 14 | 1 | 504 | 134 | 124 |
| Binary | 11111100 | 10110010 | 11011111 | 0 | 11101 | 1100 | 1 | 101000100 | 1011100 | 1010100 |
Color Harmonies of #FCB2DF
Complementary color
Monochromatic Colors of #FCB2DF
Black with #FCB2DF
Text Example
Text Example
White with #FCB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2DF; }
p { color: rgb(252,178,223); }
H1.HeaderClassName
{
color: #FCB2DF;
}
.AnyTagClassName
{
color: #FCB2DF;
}
</style>
background-color css
<style>
a { background-color: #FCB2DF; }
a { background-color: rgb(252,178,223); }
div.DivClassName
{
background-color: #FCB2DF;
}
.BgClassName
{
background-color: #FCB2DF;
}
</style>
border-color css
<style>
span { border-color: #FCB2DF; }
span { border-color: rgb(252,178,223); }
td.TdClassName
{
border-color: #FCB2DF;
}
.TagClassName
{
border-color: #FCB2DF;
}
</style>