Shades of Lavender Pink #FCABCD
Tints of Lavender Pink #FCABCD
RGB
CMYK
RGB Variations
Color information
#FCABCD (or 0xFCABCD) is known color: Lavender Pink. HEX triplet: FC, AB and CD. RGB value is (252,171,205). Sum of RGB (Red+Green+Blue) = 252+171+205=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABCD is #035432. Grayscale: #C7C7C7. Windows color (decimal): -218163 or 13478908. OLE color: 13478908.
HSL color Cylindrical-coordinate representation of color #FCABCD: hue angle of 334.81º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCABCD is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 205 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.01 |
| HSL | 334.81º | 0.93% | 0.83% | - |
| HSV(B) | 334.81º | 0.32% | 0.99% | - |
| XYZ | 65.73 | 54.23 | 64.76 | - |
| YUV | 199.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 205 | 0 | 0.32 | 0.19 | 0.01 | 334.81 | 0.93 | 0.83 |
| Hex | FC | AB | CD | 0 | 20 | 13 | 1 | 14F | 5D | 53 |
| Octal | 374 | 253 | 315 | 0 | 40 | 23 | 1 | 517 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11001101 | 0 | 100000 | 10011 | 1 | 101001111 | 1011101 | 1010011 |
Color Harmonies of #FCABCD
Complementary color
Monochromatic Colors of #FCABCD
Black with #FCABCD
Text Example
Text Example
White with #FCABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABCD; }
p { color: rgb(252,171,205); }
H1.HeaderClassName
{
color: #FCABCD;
}
.AnyTagClassName
{
color: #FCABCD;
}
</style>
background-color css
<style>
a { background-color: #FCABCD; }
a { background-color: rgb(252,171,205); }
div.DivClassName
{
background-color: #FCABCD;
}
.BgClassName
{
background-color: #FCABCD;
}
</style>
border-color css
<style>
span { border-color: #FCABCD; }
span { border-color: rgb(252,171,205); }
td.TdClassName
{
border-color: #FCABCD;
}
.TagClassName
{
border-color: #FCABCD;
}
</style>