Shades of Lavender Pink #FCACCF
Tints of Lavender Pink #FCACCF
RGB
CMYK
RGB Variations
Color information
#FCACCF (or 0xFCACCF) is known color: Lavender Pink. HEX triplet: FC, AC and CF. RGB value is (252,172,207). Sum of RGB (Red+Green+Blue) = 252+172+207=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACCF is #035330. Grayscale: #C7C7C7. Windows color (decimal): -217905 or 13610236. OLE color: 13610236.
HSL color Cylindrical-coordinate representation of color #FCACCF: hue angle of 333.75º 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 #FCACCF is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 207 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.01 |
| HSL | 333.75º | 0.93% | 0.83% | - |
| HSV(B) | 333.75º | 0.32% | 0.99% | - |
| XYZ | 66.16 | 54.71 | 66.1 | - |
| YUV | 199.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 207 | 0 | 0.32 | 0.18 | 0.01 | 333.75 | 0.93 | 0.83 |
| Hex | FC | AC | CF | 0 | 20 | 12 | 1 | 14E | 5D | 53 |
| Octal | 374 | 254 | 317 | 0 | 40 | 22 | 1 | 516 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11001111 | 0 | 100000 | 10010 | 1 | 101001110 | 1011101 | 1010011 |
Color Harmonies of #FCACCF
Complementary color
Monochromatic Colors of #FCACCF
Black with #FCACCF
Text Example
Text Example
White with #FCACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACCF; }
p { color: rgb(252,172,207); }
H1.HeaderClassName
{
color: #FCACCF;
}
.AnyTagClassName
{
color: #FCACCF;
}
</style>
background-color css
<style>
a { background-color: #FCACCF; }
a { background-color: rgb(252,172,207); }
div.DivClassName
{
background-color: #FCACCF;
}
.BgClassName
{
background-color: #FCACCF;
}
</style>
border-color css
<style>
span { border-color: #FCACCF; }
span { border-color: rgb(252,172,207); }
td.TdClassName
{
border-color: #FCACCF;
}
.TagClassName
{
border-color: #FCACCF;
}
</style>