Shades of Lavender Pink #FCA7D3
Tints of Lavender Pink #FCA7D3
RGB
CMYK
RGB Variations
Color information
#FCA7D3 (or 0xFCA7D3) is known color: Lavender Pink. HEX triplet: FC, A7 and D3. RGB value is (252,167,211). Sum of RGB (Red+Green+Blue) = 252+167+211=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 167 (65.62% from 255 or 26.51% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA7D3 is #03582C. Grayscale: #C5C5C5. Windows color (decimal): -219181 or 13871100. OLE color: 13871100.
HSL color Cylindrical-coordinate representation of color #FCA7D3: hue angle of 328.94º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA7D3 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 167 | 211 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.01 |
| HSL | 328.94º | 0.93% | 0.82% | - |
| HSV(B) | 328.94º | 0.34% | 0.99% | - |
| XYZ | 65.72 | 53.04 | 68.4 | - |
| YUV | 197.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 167 | 211 | 0 | 0.34 | 0.16 | 0.01 | 328.94 | 0.93 | 0.82 |
| Hex | FC | A7 | D3 | 0 | 22 | 10 | 1 | 149 | 5D | 52 |
| Octal | 374 | 247 | 323 | 0 | 42 | 20 | 1 | 511 | 135 | 122 |
| Binary | 11111100 | 10100111 | 11010011 | 0 | 100010 | 10000 | 1 | 101001001 | 1011101 | 1010010 |
Color Harmonies of #FCA7D3
Complementary color
Monochromatic Colors of #FCA7D3
Black with #FCA7D3
Text Example
Text Example
White with #FCA7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA7D3; }
p { color: rgb(252,167,211); }
H1.HeaderClassName
{
color: #FCA7D3;
}
.AnyTagClassName
{
color: #FCA7D3;
}
</style>
background-color css
<style>
a { background-color: #FCA7D3; }
a { background-color: rgb(252,167,211); }
div.DivClassName
{
background-color: #FCA7D3;
}
.BgClassName
{
background-color: #FCA7D3;
}
</style>
border-color css
<style>
span { border-color: #FCA7D3; }
span { border-color: rgb(252,167,211); }
td.TdClassName
{
border-color: #FCA7D3;
}
.TagClassName
{
border-color: #FCA7D3;
}
</style>