Shades of Lavender Pink #FCA3D3
Tints of Lavender Pink #FCA3D3
RGB
CMYK
RGB Variations
Color information
#FCA3D3 (or 0xFCA3D3) is known color: Lavender Pink. HEX triplet: FC, A3 and D3. RGB value is (252,163,211). Sum of RGB (Red+Green+Blue) = 252+163+211=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 163 (64.06% from 255 or 26.04% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3D3 is #035C2C. Grayscale: #C2C2C2. Windows color (decimal): -220205 or 13870076. OLE color: 13870076.
HSL color Cylindrical-coordinate representation of color #FCA3D3: hue angle of 327.64º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA3D3 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 211 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.01 |
| HSL | 327.64º | 0.94% | 0.81% | - |
| HSV(B) | 327.64º | 0.35% | 0.99% | - |
| XYZ | 65 | 51.59 | 68.16 | - |
| YUV | 195.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 211 | 0 | 0.35 | 0.16 | 0.01 | 327.64 | 0.94 | 0.81 |
| Hex | FC | A3 | D3 | 0 | 23 | 10 | 1 | 148 | 5E | 51 |
| Octal | 374 | 243 | 323 | 0 | 43 | 20 | 1 | 510 | 136 | 121 |
| Binary | 11111100 | 10100011 | 11010011 | 0 | 100011 | 10000 | 1 | 101001000 | 1011110 | 1010001 |
Color Harmonies of #FCA3D3
Complementary color
Monochromatic Colors of #FCA3D3
Black with #FCA3D3
Text Example
Text Example
White with #FCA3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA3D3; }
p { color: rgb(252,163,211); }
H1.HeaderClassName
{
color: #FCA3D3;
}
.AnyTagClassName
{
color: #FCA3D3;
}
</style>
background-color css
<style>
a { background-color: #FCA3D3; }
a { background-color: rgb(252,163,211); }
div.DivClassName
{
background-color: #FCA3D3;
}
.BgClassName
{
background-color: #FCA3D3;
}
</style>
border-color css
<style>
span { border-color: #FCA3D3; }
span { border-color: rgb(252,163,211); }
td.TdClassName
{
border-color: #FCA3D3;
}
.TagClassName
{
border-color: #FCA3D3;
}
</style>