Shades of Lavender Pink #FCB0CF
Tints of Lavender Pink #FCB0CF
RGB
CMYK
RGB Variations
Color information
#FCB0CF (or 0xFCB0CF) is known color: Lavender Pink. HEX triplet: FC, B0 and CF. RGB value is (252,176,207). Sum of RGB (Red+Green+Blue) = 252+176+207=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0CF is #034F30. Grayscale: #CACACA. Windows color (decimal): -216881 or 13611260. OLE color: 13611260.
HSL color Cylindrical-coordinate representation of color #FCB0CF: hue angle of 335.53º 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 #FCB0CF is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 207 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.01 |
| HSL | 335.53º | 0.93% | 0.84% | - |
| HSV(B) | 335.53º | 0.3% | 0.99% | - |
| XYZ | 66.93 | 56.25 | 66.36 | - |
| YUV | 202.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 207 | 0 | 0.30 | 0.18 | 0.01 | 335.53 | 0.93 | 0.84 |
| Hex | FC | B0 | CF | 0 | 1E | 12 | 1 | 150 | 5D | 54 |
| Octal | 374 | 260 | 317 | 0 | 36 | 22 | 1 | 520 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11001111 | 0 | 11110 | 10010 | 1 | 101010000 | 1011101 | 1010100 |
Color Harmonies of #FCB0CF
Complementary color
Monochromatic Colors of #FCB0CF
Black with #FCB0CF
Text Example
Text Example
White with #FCB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0CF; }
p { color: rgb(252,176,207); }
H1.HeaderClassName
{
color: #FCB0CF;
}
.AnyTagClassName
{
color: #FCB0CF;
}
</style>
background-color css
<style>
a { background-color: #FCB0CF; }
a { background-color: rgb(252,176,207); }
div.DivClassName
{
background-color: #FCB0CF;
}
.BgClassName
{
background-color: #FCB0CF;
}
</style>
border-color css
<style>
span { border-color: #FCB0CF; }
span { border-color: rgb(252,176,207); }
td.TdClassName
{
border-color: #FCB0CF;
}
.TagClassName
{
border-color: #FCB0CF;
}
</style>