Shades of Lavender Pink #FCADD7
Tints of Lavender Pink #FCADD7
RGB
CMYK
RGB Variations
Color information
#FCADD7 (or 0xFCADD7) is known color: Lavender Pink. HEX triplet: FC, AD and D7. RGB value is (252,173,215). Sum of RGB (Red+Green+Blue) = 252+173+215=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADD7 is #035228. Grayscale: #C9C9C9. Windows color (decimal): -217641 or 14134780. OLE color: 14134780.
HSL color Cylindrical-coordinate representation of color #FCADD7: hue angle of 328.1º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADD7 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 215 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.01 |
| HSL | 328.1º | 0.93% | 0.83% | - |
| HSV(B) | 328.1º | 0.31% | 0.99% | - |
| XYZ | 67.35 | 55.49 | 71.45 | - |
| YUV | 201.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 215 | 0 | 0.31 | 0.15 | 0.01 | 328.1 | 0.93 | 0.83 |
| Hex | FC | AD | D7 | 0 | 1F | F | 1 | 148 | 5D | 53 |
| Octal | 374 | 255 | 327 | 0 | 37 | 17 | 1 | 510 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11010111 | 0 | 11111 | 1111 | 1 | 101001000 | 1011101 | 1010011 |
Color Harmonies of #FCADD7
Complementary color
Monochromatic Colors of #FCADD7
Black with #FCADD7
Text Example
Text Example
White with #FCADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADD7; }
p { color: rgb(252,173,215); }
H1.HeaderClassName
{
color: #FCADD7;
}
.AnyTagClassName
{
color: #FCADD7;
}
</style>
background-color css
<style>
a { background-color: #FCADD7; }
a { background-color: rgb(252,173,215); }
div.DivClassName
{
background-color: #FCADD7;
}
.BgClassName
{
background-color: #FCADD7;
}
</style>
border-color css
<style>
span { border-color: #FCADD7; }
span { border-color: rgb(252,173,215); }
td.TdClassName
{
border-color: #FCADD7;
}
.TagClassName
{
border-color: #FCADD7;
}
</style>