Shades of Lavender Pink #FCAACF
Tints of Lavender Pink #FCAACF
RGB
CMYK
RGB Variations
Color information
#FCAACF (or 0xFCAACF) is known color: Lavender Pink. HEX triplet: FC, AA and CF. RGB value is (252,170,207). Sum of RGB (Red+Green+Blue) = 252+170+207=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAACF is #035530. Grayscale: #C6C6C6. Windows color (decimal): -218417 or 13609724. OLE color: 13609724.
HSL color Cylindrical-coordinate representation of color #FCAACF: hue angle of 332.93º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAACF is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 207 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.01 |
| HSL | 332.93º | 0.93% | 0.83% | - |
| HSV(B) | 332.93º | 0.33% | 0.99% | - |
| XYZ | 65.78 | 53.95 | 65.98 | - |
| YUV | 198.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 207 | 0 | 0.33 | 0.18 | 0.01 | 332.93 | 0.93 | 0.83 |
| Hex | FC | AA | CF | 0 | 21 | 12 | 1 | 14D | 5D | 53 |
| Octal | 374 | 252 | 317 | 0 | 41 | 22 | 1 | 515 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11001111 | 0 | 100001 | 10010 | 1 | 101001101 | 1011101 | 1010011 |
Color Harmonies of #FCAACF
Complementary color
Monochromatic Colors of #FCAACF
Black with #FCAACF
Text Example
Text Example
White with #FCAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAACF; }
p { color: rgb(252,170,207); }
H1.HeaderClassName
{
color: #FCAACF;
}
.AnyTagClassName
{
color: #FCAACF;
}
</style>
background-color css
<style>
a { background-color: #FCAACF; }
a { background-color: rgb(252,170,207); }
div.DivClassName
{
background-color: #FCAACF;
}
.BgClassName
{
background-color: #FCAACF;
}
</style>
border-color css
<style>
span { border-color: #FCAACF; }
span { border-color: rgb(252,170,207); }
td.TdClassName
{
border-color: #FCAACF;
}
.TagClassName
{
border-color: #FCAACF;
}
</style>