Shades of Lavender Pink #FCAFD1
Tints of Lavender Pink #FCAFD1
RGB
CMYK
RGB Variations
Color information
#FCAFD1 (or 0xFCAFD1) is known color: Lavender Pink. HEX triplet: FC, AF and D1. RGB value is (252,175,209). Sum of RGB (Red+Green+Blue) = 252+175+209=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFD1 is #03502E. Grayscale: #C9C9C9. Windows color (decimal): -217135 or 13742076. OLE color: 13742076.
HSL color Cylindrical-coordinate representation of color #FCAFD1: hue angle of 333.51º 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 #FCAFD1 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 175 | 209 | - |
CMYK | 0 | 0.31 | 0.17 | 0.01 |
HSL | 333.51º | 0.93% | 0.84% | - |
HSV(B) | 333.51º | 0.31% | 0.99% | - |
XYZ | 66.98 | 55.96 | 67.59 | - |
YUV | 201.9 | 132.01 | 163.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 175 | 209 | 0 | 0.31 | 0.17 | 0.01 | 333.51 | 0.93 | 0.84 |
Hex | FC | AF | D1 | 0 | 1F | 11 | 1 | 14E | 5D | 54 |
Octal | 374 | 257 | 321 | 0 | 37 | 21 | 1 | 516 | 135 | 124 |
Binary | 11111100 | 10101111 | 11010001 | 0 | 11111 | 10001 | 1 | 101001110 | 1011101 | 1010100 |
Color Harmonies of #FCAFD1
Complementary color
Monochromatic Colors of #FCAFD1
Black with #FCAFD1
Text Example
Text Example
White with #FCAFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFD1; }
p { color: rgb(252,175,209); }
H1.HeaderClassName
{
color: #FCAFD1;
}
.AnyTagClassName
{
color: #FCAFD1;
}
</style>
background-color css
<style>
a { background-color: #FCAFD1; }
a { background-color: rgb(252,175,209); }
div.DivClassName
{
background-color: #FCAFD1;
}
.BgClassName
{
background-color: #FCAFD1;
}
</style>
border-color css
<style>
span { border-color: #FCAFD1; }
span { border-color: rgb(252,175,209); }
td.TdClassName
{
border-color: #FCAFD1;
}
.TagClassName
{
border-color: #FCAFD1;
}
</style>