Shades of Lavender Pink #FCAECF
Tints of Lavender Pink #FCAECF
RGB
CMYK
RGB Variations
Color information
#FCAECF (or 0xFCAECF) is known color: Lavender Pink. HEX triplet: FC, AE and CF. RGB value is (252,174,207). Sum of RGB (Red+Green+Blue) = 252+174+207=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAECF is #035130. Grayscale: #C9C9C9. Windows color (decimal): -217393 or 13610748. OLE color: 13610748.
HSL color Cylindrical-coordinate representation of color #FCAECF: hue angle of 334.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAECF is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 207 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.01 |
| HSL | 334.62º | 0.93% | 0.84% | - |
| HSV(B) | 334.62º | 0.31% | 0.99% | - |
| XYZ | 66.54 | 55.47 | 66.23 | - |
| YUV | 201.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 207 | 0 | 0.31 | 0.18 | 0.01 | 334.62 | 0.93 | 0.84 |
| Hex | FC | AE | CF | 0 | 1F | 12 | 1 | 14F | 5D | 54 |
| Octal | 374 | 256 | 317 | 0 | 37 | 22 | 1 | 517 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11001111 | 0 | 11111 | 10010 | 1 | 101001111 | 1011101 | 1010100 |
Color Harmonies of #FCAECF
Complementary color
Monochromatic Colors of #FCAECF
Black with #FCAECF
Text Example
Text Example
White with #FCAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAECF; }
p { color: rgb(252,174,207); }
H1.HeaderClassName
{
color: #FCAECF;
}
.AnyTagClassName
{
color: #FCAECF;
}
</style>
background-color css
<style>
a { background-color: #FCAECF; }
a { background-color: rgb(252,174,207); }
div.DivClassName
{
background-color: #FCAECF;
}
.BgClassName
{
background-color: #FCAECF;
}
</style>
border-color css
<style>
span { border-color: #FCAECF; }
span { border-color: rgb(252,174,207); }
td.TdClassName
{
border-color: #FCAECF;
}
.TagClassName
{
border-color: #FCAECF;
}
</style>