Shades of Pink Lace #FDCFD6
Tints of Pink Lace #FDCFD6
RGB
CMYK
RGB Variations
Color information
#FDCFD6 (or 0xFDCFD6) is known color: Pink Lace. HEX triplet: FD, CF and D6. RGB value is (253,207,214). Sum of RGB (Red+Green+Blue) = 253+207+214=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFD6 is #023029. Grayscale: #DDDDDD. Windows color (decimal): -143402 or 14077949. OLE color: 14077949.
HSL color Cylindrical-coordinate representation of color #FDCFD6: hue angle of 350.87º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFD6 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 214 | - |
CMYK | 0 | 0.18 | 0.15 | 0.01 |
HSL | 350.87º | 0.92% | 0.9% | - |
HSV(B) | 350.87º | 0.18% | 0.99% | - |
XYZ | 74.96 | 70.36 | 73.25 | - |
YUV | 221.55 | 123.74 | 150.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 214 | 0 | 0.18 | 0.15 | 0.01 | 350.87 | 0.92 | 0.9 |
Hex | FD | CF | D6 | 0 | 12 | F | 1 | 15F | 5C | 5A |
Octal | 375 | 317 | 326 | 0 | 22 | 17 | 1 | 537 | 134 | 132 |
Binary | 11111101 | 11001111 | 11010110 | 0 | 10010 | 1111 | 1 | 101011111 | 1011100 | 1011010 |
Color Harmonies of #FDCFD6
Complementary color
Monochromatic Colors of #FDCFD6
Black with #FDCFD6
Text Example
Text Example
White with #FDCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFD6; }
p { color: rgb(253,207,214); }
H1.HeaderClassName
{
color: #FDCFD6;
}
.AnyTagClassName
{
color: #FDCFD6;
}
</style>
background-color css
<style>
a { background-color: #FDCFD6; }
a { background-color: rgb(253,207,214); }
div.DivClassName
{
background-color: #FDCFD6;
}
.BgClassName
{
background-color: #FDCFD6;
}
</style>
border-color css
<style>
span { border-color: #FDCFD6; }
span { border-color: rgb(253,207,214); }
td.TdClassName
{
border-color: #FDCFD6;
}
.TagClassName
{
border-color: #FDCFD6;
}
</style>