Shades of Pink Lace #FDCBDA
Tints of Pink Lace #FDCBDA
RGB
CMYK
RGB Variations
Color information
#FDCBDA (or 0xFDCBDA) is known color: Pink Lace. HEX triplet: FD, CB and DA. RGB value is (253,203,218). Sum of RGB (Red+Green+Blue) = 253+203+218=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBDA is #023425. Grayscale: #DBDBDB. Windows color (decimal): -144422 or 14339069. OLE color: 14339069.
HSL color Cylindrical-coordinate representation of color #FDCBDA: hue angle of 342º 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 #FDCBDA is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 203 | 218 | - |
CMYK | 0 | 0.20 | 0.14 | 0.01 |
HSL | 342º | 0.93% | 0.89% | - |
HSV(B) | 342º | 0.2% | 0.99% | - |
XYZ | 74.52 | 68.66 | 75.65 | - |
YUV | 219.66 | 127.07 | 151.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 203 | 218 | 0 | 0.20 | 0.14 | 0.01 | 342 | 0.93 | 0.89 |
Hex | FD | CB | DA | 0 | 14 | E | 1 | 156 | 5D | 59 |
Octal | 375 | 313 | 332 | 0 | 24 | 16 | 1 | 526 | 135 | 131 |
Binary | 11111101 | 11001011 | 11011010 | 0 | 10100 | 1110 | 1 | 101010110 | 1011101 | 1011001 |
Color Harmonies of #FDCBDA
Complementary color
Monochromatic Colors of #FDCBDA
Black with #FDCBDA
Text Example
Text Example
White with #FDCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBDA; }
p { color: rgb(253,203,218); }
H1.HeaderClassName
{
color: #FDCBDA;
}
.AnyTagClassName
{
color: #FDCBDA;
}
</style>
background-color css
<style>
a { background-color: #FDCBDA; }
a { background-color: rgb(253,203,218); }
div.DivClassName
{
background-color: #FDCBDA;
}
.BgClassName
{
background-color: #FDCBDA;
}
</style>
border-color css
<style>
span { border-color: #FDCBDA; }
span { border-color: rgb(253,203,218); }
td.TdClassName
{
border-color: #FDCBDA;
}
.TagClassName
{
border-color: #FDCBDA;
}
</style>