Shades of Lavender Pink #FCB1DF
Tints of Lavender Pink #FCB1DF
RGB
CMYK
RGB Variations
Color information
#FCB1DF (or 0xFCB1DF) is known color: Lavender Pink. HEX triplet: FC, B1 and DF. RGB value is (252,177,223). Sum of RGB (Red+Green+Blue) = 252+177+223=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1DF is #034E20. Grayscale: #CCCCCC. Windows color (decimal): -216609 or 14660092. OLE color: 14660092.
HSL color Cylindrical-coordinate representation of color #FCB1DF: hue angle of 323.2º 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 #FCB1DF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 223 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.01 |
| HSL | 323.2º | 0.93% | 0.84% | - |
| HSV(B) | 323.2º | 0.3% | 0.99% | - |
| XYZ | 69.19 | 57.47 | 77.26 | - |
| YUV | 204.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 223 | 0 | 0.30 | 0.12 | 0.01 | 323.2 | 0.93 | 0.84 |
| Hex | FC | B1 | DF | 0 | 1E | C | 1 | 143 | 5D | 54 |
| Octal | 374 | 261 | 337 | 0 | 36 | 14 | 1 | 503 | 135 | 124 |
| Binary | 11111100 | 10110001 | 11011111 | 0 | 11110 | 1100 | 1 | 101000011 | 1011101 | 1010100 |
Color Harmonies of #FCB1DF
Complementary color
Monochromatic Colors of #FCB1DF
Black with #FCB1DF
Text Example
Text Example
White with #FCB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1DF; }
p { color: rgb(252,177,223); }
H1.HeaderClassName
{
color: #FCB1DF;
}
.AnyTagClassName
{
color: #FCB1DF;
}
</style>
background-color css
<style>
a { background-color: #FCB1DF; }
a { background-color: rgb(252,177,223); }
div.DivClassName
{
background-color: #FCB1DF;
}
.BgClassName
{
background-color: #FCB1DF;
}
</style>
border-color css
<style>
span { border-color: #FCB1DF; }
span { border-color: rgb(252,177,223); }
td.TdClassName
{
border-color: #FCB1DF;
}
.TagClassName
{
border-color: #FCB1DF;
}
</style>