Shades of Pink Lace #FDCFDB
Tints of Pink Lace #FDCFDB
RGB
CMYK
RGB Variations
Color information
#FDCFDB (or 0xFDCFDB) is known color: Pink Lace. HEX triplet: FD, CF and DB. RGB value is (253,207,219). Sum of RGB (Red+Green+Blue) = 253+207+219=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDB is #023024. Grayscale: #DEDEDE. Windows color (decimal): -143397 or 14405629. OLE color: 14405629.
HSL color Cylindrical-coordinate representation of color #FDCFDB: hue angle of 344.35º 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 #FDCFDB is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 219 | - |
CMYK | 0 | 0.18 | 0.13 | 0.01 |
HSL | 344.35º | 0.92% | 0.9% | - |
HSV(B) | 344.35º | 0.18% | 0.99% | - |
XYZ | 75.61 | 70.62 | 76.66 | - |
YUV | 222.12 | 126.24 | 150.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 219 | 0 | 0.18 | 0.13 | 0.01 | 344.35 | 0.92 | 0.9 |
Hex | FD | CF | DB | 0 | 12 | D | 1 | 158 | 5C | 5A |
Octal | 375 | 317 | 333 | 0 | 22 | 15 | 1 | 530 | 134 | 132 |
Binary | 11111101 | 11001111 | 11011011 | 0 | 10010 | 1101 | 1 | 101011000 | 1011100 | 1011010 |
Color Harmonies of #FDCFDB
Complementary color
Monochromatic Colors of #FDCFDB
Black with #FDCFDB
Text Example
Text Example
White with #FDCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFDB; }
p { color: rgb(253,207,219); }
H1.HeaderClassName
{
color: #FDCFDB;
}
.AnyTagClassName
{
color: #FDCFDB;
}
</style>
background-color css
<style>
a { background-color: #FDCFDB; }
a { background-color: rgb(253,207,219); }
div.DivClassName
{
background-color: #FDCFDB;
}
.BgClassName
{
background-color: #FDCFDB;
}
</style>
border-color css
<style>
span { border-color: #FDCFDB; }
span { border-color: rgb(253,207,219); }
td.TdClassName
{
border-color: #FDCFDB;
}
.TagClassName
{
border-color: #FDCFDB;
}
</style>