Shades of Lavender Pink #FCB4DF
Tints of Lavender Pink #FCB4DF
RGB
CMYK
RGB Variations
Color information
#FCB4DF (or 0xFCB4DF) is known color: Lavender Pink. HEX triplet: FC, B4 and DF. RGB value is (252,180,223). Sum of RGB (Red+Green+Blue) = 252+180+223=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4DF is #034B20. Grayscale: #CECECE. Windows color (decimal): -215841 or 14660860. OLE color: 14660860.
HSL color Cylindrical-coordinate representation of color #FCB4DF: hue angle of 324.17º 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 #FCB4DF is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 223 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.01 |
| HSL | 324.17º | 0.92% | 0.85% | - |
| HSV(B) | 324.17º | 0.29% | 0.99% | - |
| XYZ | 69.79 | 58.67 | 77.46 | - |
| YUV | 206.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 223 | 0 | 0.29 | 0.12 | 0.01 | 324.17 | 0.92 | 0.85 |
| Hex | FC | B4 | DF | 0 | 1D | C | 1 | 144 | 5C | 55 |
| Octal | 374 | 264 | 337 | 0 | 35 | 14 | 1 | 504 | 134 | 125 |
| Binary | 11111100 | 10110100 | 11011111 | 0 | 11101 | 1100 | 1 | 101000100 | 1011100 | 1010101 |
Color Harmonies of #FCB4DF
Complementary color
Monochromatic Colors of #FCB4DF
Black with #FCB4DF
Text Example
Text Example
White with #FCB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4DF; }
p { color: rgb(252,180,223); }
H1.HeaderClassName
{
color: #FCB4DF;
}
.AnyTagClassName
{
color: #FCB4DF;
}
</style>
background-color css
<style>
a { background-color: #FCB4DF; }
a { background-color: rgb(252,180,223); }
div.DivClassName
{
background-color: #FCB4DF;
}
.BgClassName
{
background-color: #FCB4DF;
}
</style>
border-color css
<style>
span { border-color: #FCB4DF; }
span { border-color: rgb(252,180,223); }
td.TdClassName
{
border-color: #FCB4DF;
}
.TagClassName
{
border-color: #FCB4DF;
}
</style>