Shades of Lavender Pink #FCADD0
Tints of Lavender Pink #FCADD0
RGB
CMYK
RGB Variations
Color information
#FCADD0 (or 0xFCADD0) is known color: Lavender Pink. HEX triplet: FC, AD and D0. RGB value is (252,173,208). Sum of RGB (Red+Green+Blue) = 252+173+208=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADD0 is #03522F. Grayscale: #C8C8C8. Windows color (decimal): -217648 or 13676028. OLE color: 13676028.
HSL color Cylindrical-coordinate representation of color #FCADD0: hue angle of 333.42º 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 #FCADD0 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 208 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.01 |
| HSL | 333.42º | 0.93% | 0.83% | - |
| HSV(B) | 333.42º | 0.31% | 0.99% | - |
| XYZ | 66.47 | 55.14 | 66.81 | - |
| YUV | 200.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 208 | 0 | 0.31 | 0.17 | 0.01 | 333.42 | 0.93 | 0.83 |
| Hex | FC | AD | D0 | 0 | 1F | 11 | 1 | 14D | 5D | 53 |
| Octal | 374 | 255 | 320 | 0 | 37 | 21 | 1 | 515 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11010000 | 0 | 11111 | 10001 | 1 | 101001101 | 1011101 | 1010011 |
Color Harmonies of #FCADD0
Complementary color
Monochromatic Colors of #FCADD0
Black with #FCADD0
Text Example
Text Example
White with #FCADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADD0; }
p { color: rgb(252,173,208); }
H1.HeaderClassName
{
color: #FCADD0;
}
.AnyTagClassName
{
color: #FCADD0;
}
</style>
background-color css
<style>
a { background-color: #FCADD0; }
a { background-color: rgb(252,173,208); }
div.DivClassName
{
background-color: #FCADD0;
}
.BgClassName
{
background-color: #FCADD0;
}
</style>
border-color css
<style>
span { border-color: #FCADD0; }
span { border-color: rgb(252,173,208); }
td.TdClassName
{
border-color: #FCADD0;
}
.TagClassName
{
border-color: #FCADD0;
}
</style>