Shades of Lavender Pink #FCB2D0
Tints of Lavender Pink #FCB2D0
RGB
CMYK
RGB Variations
Color information
#FCB2D0 (or 0xFCB2D0) is known color: Lavender Pink. HEX triplet: FC, B2 and D0. RGB value is (252,178,208). Sum of RGB (Red+Green+Blue) = 252+178+208=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2D0 is #034D2F. Grayscale: #CBCBCB. Windows color (decimal): -216368 or 13677308. OLE color: 13677308.
HSL color Cylindrical-coordinate representation of color #FCB2D0: hue angle of 335.68º 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 #FCB2D0 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 178 | 208 | - |
CMYK | 0 | 0.29 | 0.17 | 0.01 |
HSL | 335.68º | 0.93% | 0.84% | - |
HSV(B) | 335.68º | 0.29% | 0.99% | - |
XYZ | 67.45 | 57.09 | 67.14 | - |
YUV | 203.55 | 130.52 | 162.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 178 | 208 | 0 | 0.29 | 0.17 | 0.01 | 335.68 | 0.93 | 0.84 |
Hex | FC | B2 | D0 | 0 | 1D | 11 | 1 | 150 | 5C | 54 |
Octal | 374 | 262 | 320 | 0 | 35 | 21 | 1 | 520 | 134 | 124 |
Binary | 11111100 | 10110010 | 11010000 | 0 | 11101 | 10001 | 1 | 101010000 | 1011100 | 1010100 |
Color Harmonies of #FCB2D0
Complementary color
Monochromatic Colors of #FCB2D0
Black with #FCB2D0
Text Example
Text Example
White with #FCB2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2D0; }
p { color: rgb(252,178,208); }
H1.HeaderClassName
{
color: #FCB2D0;
}
.AnyTagClassName
{
color: #FCB2D0;
}
</style>
background-color css
<style>
a { background-color: #FCB2D0; }
a { background-color: rgb(252,178,208); }
div.DivClassName
{
background-color: #FCB2D0;
}
.BgClassName
{
background-color: #FCB2D0;
}
</style>
border-color css
<style>
span { border-color: #FCB2D0; }
span { border-color: rgb(252,178,208); }
td.TdClassName
{
border-color: #FCB2D0;
}
.TagClassName
{
border-color: #FCB2D0;
}
</style>