Shades of Pink Lace #FDCFD8
Tints of Pink Lace #FDCFD8
RGB
CMYK
RGB Variations
Color information
#FDCFD8 (or 0xFDCFD8) is known color: Pink Lace. HEX triplet: FD, CF and D8. RGB value is (253,207,216). Sum of RGB (Red+Green+Blue) = 253+207+216=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFD8 is #023027. Grayscale: #DDDDDD. Windows color (decimal): -143400 or 14209021. OLE color: 14209021.
HSL color Cylindrical-coordinate representation of color #FDCFD8: hue angle of 348.26º 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 #FDCFD8 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 216 | - |
CMYK | 0 | 0.18 | 0.15 | 0.01 |
HSL | 348.26º | 0.92% | 0.9% | - |
HSV(B) | 348.26º | 0.18% | 0.99% | - |
XYZ | 75.22 | 70.47 | 74.6 | - |
YUV | 221.78 | 124.74 | 150.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 216 | 0 | 0.18 | 0.15 | 0.01 | 348.26 | 0.92 | 0.9 |
Hex | FD | CF | D8 | 0 | 12 | F | 1 | 15C | 5C | 5A |
Octal | 375 | 317 | 330 | 0 | 22 | 17 | 1 | 534 | 134 | 132 |
Binary | 11111101 | 11001111 | 11011000 | 0 | 10010 | 1111 | 1 | 101011100 | 1011100 | 1011010 |
Color Harmonies of #FDCFD8
Complementary color
Monochromatic Colors of #FDCFD8
Black with #FDCFD8
Text Example
Text Example
White with #FDCFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFD8; }
p { color: rgb(253,207,216); }
H1.HeaderClassName
{
color: #FDCFD8;
}
.AnyTagClassName
{
color: #FDCFD8;
}
</style>
background-color css
<style>
a { background-color: #FDCFD8; }
a { background-color: rgb(253,207,216); }
div.DivClassName
{
background-color: #FDCFD8;
}
.BgClassName
{
background-color: #FDCFD8;
}
</style>
border-color css
<style>
span { border-color: #FDCFD8; }
span { border-color: rgb(253,207,216); }
td.TdClassName
{
border-color: #FDCFD8;
}
.TagClassName
{
border-color: #FDCFD8;
}
</style>