Shades of Pink Lace #FDCBDB
Tints of Pink Lace #FDCBDB
RGB
CMYK
RGB Variations
Color information
#FDCBDB (or 0xFDCBDB) is known color: Pink Lace. HEX triplet: FD, CB and DB. RGB value is (253,203,219). Sum of RGB (Red+Green+Blue) = 253+203+219=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBDB is #023424. Grayscale: #DBDBDB. Windows color (decimal): -144421 or 14404605. OLE color: 14404605.
HSL color Cylindrical-coordinate representation of color #FDCBDB: hue angle of 340.8º 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 #FDCBDB is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 219 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.01 |
| HSL | 340.8º | 0.93% | 0.89% | - |
| HSV(B) | 340.8º | 0.2% | 0.99% | - |
| XYZ | 74.65 | 68.71 | 76.35 | - |
| YUV | 219.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 219 | 0 | 0.20 | 0.13 | 0.01 | 340.8 | 0.93 | 0.89 |
| Hex | FD | CB | DB | 0 | 14 | D | 1 | 155 | 5D | 59 |
| Octal | 375 | 313 | 333 | 0 | 24 | 15 | 1 | 525 | 135 | 131 |
| Binary | 11111101 | 11001011 | 11011011 | 0 | 10100 | 1101 | 1 | 101010101 | 1011101 | 1011001 |
Color Harmonies of #FDCBDB
Complementary color
Monochromatic Colors of #FDCBDB
Black with #FDCBDB
Text Example
Text Example
White with #FDCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBDB; }
p { color: rgb(253,203,219); }
H1.HeaderClassName
{
color: #FDCBDB;
}
.AnyTagClassName
{
color: #FDCBDB;
}
</style>
background-color css
<style>
a { background-color: #FDCBDB; }
a { background-color: rgb(253,203,219); }
div.DivClassName
{
background-color: #FDCBDB;
}
.BgClassName
{
background-color: #FDCBDB;
}
</style>
border-color css
<style>
span { border-color: #FDCBDB; }
span { border-color: rgb(253,203,219); }
td.TdClassName
{
border-color: #FDCBDB;
}
.TagClassName
{
border-color: #FDCBDB;
}
</style>