Shades of Pink Lace #FDCDD4
Tints of Pink Lace #FDCDD4
RGB
CMYK
RGB Variations
Color information
#FDCDD4 (or 0xFDCDD4) is known color: Pink Lace. HEX triplet: FD, CD and D4. RGB value is (253,205,212). Sum of RGB (Red+Green+Blue) = 253+205+212=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD4 is #02322B. Grayscale: #DCDCDC. Windows color (decimal): -143916 or 13946365. OLE color: 13946365.
HSL color Cylindrical-coordinate representation of color #FDCDD4: hue angle of 351.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDD4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 212 | - |
CMYK | 0 | 0.19 | 0.16 | 0.01 |
HSL | 351.25º | 0.92% | 0.9% | - |
HSV(B) | 351.25º | 0.19% | 0.99% | - |
XYZ | 74.22 | 69.3 | 71.75 | - |
YUV | 220.15 | 123.4 | 151.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 212 | 0 | 0.19 | 0.16 | 0.01 | 351.25 | 0.92 | 0.9 |
Hex | FD | CD | D4 | 0 | 13 | 10 | 1 | 15F | 5C | 5A |
Octal | 375 | 315 | 324 | 0 | 23 | 20 | 1 | 537 | 134 | 132 |
Binary | 11111101 | 11001101 | 11010100 | 0 | 10011 | 10000 | 1 | 101011111 | 1011100 | 1011010 |
Color Harmonies of #FDCDD4
Complementary color
Monochromatic Colors of #FDCDD4
Black with #FDCDD4
Text Example
Text Example
White with #FDCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDD4; }
p { color: rgb(253,205,212); }
H1.HeaderClassName
{
color: #FDCDD4;
}
.AnyTagClassName
{
color: #FDCDD4;
}
</style>
background-color css
<style>
a { background-color: #FDCDD4; }
a { background-color: rgb(253,205,212); }
div.DivClassName
{
background-color: #FDCDD4;
}
.BgClassName
{
background-color: #FDCDD4;
}
</style>
border-color css
<style>
span { border-color: #FDCDD4; }
span { border-color: rgb(253,205,212); }
td.TdClassName
{
border-color: #FDCDD4;
}
.TagClassName
{
border-color: #FDCDD4;
}
</style>