Shades of Lavender Pink #FCADDB
Tints of Lavender Pink #FCADDB
RGB
CMYK
RGB Variations
Color information
#FCADDB (or 0xFCADDB) is known color: Lavender Pink. HEX triplet: FC, AD and DB. RGB value is (252,173,219). Sum of RGB (Red+Green+Blue) = 252+173+219=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADDB is #035224. Grayscale: #C9C9C9. Windows color (decimal): -217637 or 14396924. OLE color: 14396924.
HSL color Cylindrical-coordinate representation of color #FCADDB: hue angle of 325.06º 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 #FCADDB is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 219 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.01 |
| HSL | 325.06º | 0.93% | 0.83% | - |
| HSV(B) | 325.06º | 0.31% | 0.99% | - |
| XYZ | 67.87 | 55.7 | 74.19 | - |
| YUV | 201.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 219 | 0 | 0.31 | 0.13 | 0.01 | 325.06 | 0.93 | 0.83 |
| Hex | FC | AD | DB | 0 | 1F | D | 1 | 145 | 5D | 53 |
| Octal | 374 | 255 | 333 | 0 | 37 | 15 | 1 | 505 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11011011 | 0 | 11111 | 1101 | 1 | 101000101 | 1011101 | 1010011 |
Color Harmonies of #FCADDB
Complementary color
Monochromatic Colors of #FCADDB
Black with #FCADDB
Text Example
Text Example
White with #FCADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADDB; }
p { color: rgb(252,173,219); }
H1.HeaderClassName
{
color: #FCADDB;
}
.AnyTagClassName
{
color: #FCADDB;
}
</style>
background-color css
<style>
a { background-color: #FCADDB; }
a { background-color: rgb(252,173,219); }
div.DivClassName
{
background-color: #FCADDB;
}
.BgClassName
{
background-color: #FCADDB;
}
</style>
border-color css
<style>
span { border-color: #FCADDB; }
span { border-color: rgb(252,173,219); }
td.TdClassName
{
border-color: #FCADDB;
}
.TagClassName
{
border-color: #FCADDB;
}
</style>