Shades of Lavender Pink #FCB5DF
Tints of Lavender Pink #FCB5DF
RGB
CMYK
RGB Variations
Color information
#FCB5DF (or 0xFCB5DF) is known color: Lavender Pink. HEX triplet: FC, B5 and DF. RGB value is (252,181,223). Sum of RGB (Red+Green+Blue) = 252+181+223=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5DF is #034A20. Grayscale: #CECECE. Windows color (decimal): -215585 or 14661116. OLE color: 14661116.
HSL color Cylindrical-coordinate representation of color #FCB5DF: hue angle of 324.51º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB5DF is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 223 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.01 |
| HSL | 324.51º | 0.92% | 0.85% | - |
| HSV(B) | 324.51º | 0.28% | 0.99% | - |
| XYZ | 69.99 | 59.07 | 77.53 | - |
| YUV | 207.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 223 | 0 | 0.28 | 0.12 | 0.01 | 324.51 | 0.92 | 0.85 |
| Hex | FC | B5 | DF | 0 | 1C | C | 1 | 145 | 5C | 55 |
| Octal | 374 | 265 | 337 | 0 | 34 | 14 | 1 | 505 | 134 | 125 |
| Binary | 11111100 | 10110101 | 11011111 | 0 | 11100 | 1100 | 1 | 101000101 | 1011100 | 1010101 |
Color Harmonies of #FCB5DF
Complementary color
Monochromatic Colors of #FCB5DF
Black with #FCB5DF
Text Example
Text Example
White with #FCB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB5DF; }
p { color: rgb(252,181,223); }
H1.HeaderClassName
{
color: #FCB5DF;
}
.AnyTagClassName
{
color: #FCB5DF;
}
</style>
background-color css
<style>
a { background-color: #FCB5DF; }
a { background-color: rgb(252,181,223); }
div.DivClassName
{
background-color: #FCB5DF;
}
.BgClassName
{
background-color: #FCB5DF;
}
</style>
border-color css
<style>
span { border-color: #FCB5DF; }
span { border-color: rgb(252,181,223); }
td.TdClassName
{
border-color: #FCB5DF;
}
.TagClassName
{
border-color: #FCB5DF;
}
</style>