Shades of Pink Lace #FDCADB
Tints of Pink Lace #FDCADB
RGB
CMYK
RGB Variations
Color information
#FDCADB (or 0xFDCADB) is known color: Pink Lace. HEX triplet: FD, CA and DB. RGB value is (253,202,219). Sum of RGB (Red+Green+Blue) = 253+202+219=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCADB is #023524. Grayscale: #DBDBDB. Windows color (decimal): -144677 or 14404349. OLE color: 14404349.
HSL color Cylindrical-coordinate representation of color #FDCADB: hue angle of 340º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCADB is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 202 | 219 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.01 |
| HSL | 340º | 0.93% | 0.89% | - |
| HSV(B) | 340º | 0.2% | 0.99% | - |
| XYZ | 74.41 | 68.24 | 76.27 | - |
| YUV | 219.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 202 | 219 | 0 | 0.20 | 0.13 | 0.01 | 340 | 0.93 | 0.89 |
| Hex | FD | CA | DB | 0 | 14 | D | 1 | 154 | 5D | 59 |
| Octal | 375 | 312 | 333 | 0 | 24 | 15 | 1 | 524 | 135 | 131 |
| Binary | 11111101 | 11001010 | 11011011 | 0 | 10100 | 1101 | 1 | 101010100 | 1011101 | 1011001 |
Color Harmonies of #FDCADB
Complementary color
Monochromatic Colors of #FDCADB
Black with #FDCADB
Text Example
Text Example
White with #FDCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCADB; }
p { color: rgb(253,202,219); }
H1.HeaderClassName
{
color: #FDCADB;
}
.AnyTagClassName
{
color: #FDCADB;
}
</style>
background-color css
<style>
a { background-color: #FDCADB; }
a { background-color: rgb(253,202,219); }
div.DivClassName
{
background-color: #FDCADB;
}
.BgClassName
{
background-color: #FDCADB;
}
</style>
border-color css
<style>
span { border-color: #FDCADB; }
span { border-color: rgb(253,202,219); }
td.TdClassName
{
border-color: #FDCADB;
}
.TagClassName
{
border-color: #FDCADB;
}
</style>