Shades of Lavender Pink #FCB2D5
Tints of Lavender Pink #FCB2D5
RGB
CMYK
RGB Variations
Color information
#FCB2D5 (or 0xFCB2D5) is known color: Lavender Pink. HEX triplet: FC, B2 and D5. RGB value is (252,178,213). Sum of RGB (Red+Green+Blue) = 252+178+213=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2D5 is #034D2A. Grayscale: #CCCCCC. Windows color (decimal): -216363 or 14004988. OLE color: 14004988.
HSL color Cylindrical-coordinate representation of color #FCB2D5: hue angle of 331.62º 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 #FCB2D5 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 213 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.01 |
| HSL | 331.62º | 0.93% | 0.84% | - |
| HSV(B) | 331.62º | 0.29% | 0.99% | - |
| XYZ | 68.08 | 57.34 | 70.43 | - |
| YUV | 204.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 213 | 0 | 0.29 | 0.15 | 0.01 | 331.62 | 0.93 | 0.84 |
| Hex | FC | B2 | D5 | 0 | 1D | F | 1 | 14C | 5C | 54 |
| Octal | 374 | 262 | 325 | 0 | 35 | 17 | 1 | 514 | 134 | 124 |
| Binary | 11111100 | 10110010 | 11010101 | 0 | 11101 | 1111 | 1 | 101001100 | 1011100 | 1010100 |
Color Harmonies of #FCB2D5
Complementary color
Monochromatic Colors of #FCB2D5
Black with #FCB2D5
Text Example
Text Example
White with #FCB2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2D5; }
p { color: rgb(252,178,213); }
H1.HeaderClassName
{
color: #FCB2D5;
}
.AnyTagClassName
{
color: #FCB2D5;
}
</style>
background-color css
<style>
a { background-color: #FCB2D5; }
a { background-color: rgb(252,178,213); }
div.DivClassName
{
background-color: #FCB2D5;
}
.BgClassName
{
background-color: #FCB2D5;
}
</style>
border-color css
<style>
span { border-color: #FCB2D5; }
span { border-color: rgb(252,178,213); }
td.TdClassName
{
border-color: #FCB2D5;
}
.TagClassName
{
border-color: #FCB2D5;
}
</style>