Shades of Pink Lace #FFCFDC
Tints of Pink Lace #FFCFDC
RGB
CMYK
RGB Variations
Color information
#FFCFDC (or 0xFFCFDC) is known color: Pink Lace. HEX triplet: FF, CF and DC. RGB value is (255,207,220). Sum of RGB (Red+Green+Blue) = 255+207+220=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFDC is #003023. Grayscale: #DEDEDE. Windows color (decimal): -12324 or 14471167. OLE color: 14471167.
HSL color Cylindrical-coordinate representation of color #FFCFDC: hue angle of 343.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFDC is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 220 | - |
| CMYK | 0 | 0.19 | 0.14 | 0 |
| HSL | 343.75º | 1% | 0.91% | - |
| HSV(B) | 343.75º | 0.19% | 1% | - |
| XYZ | 76.47 | 71.05 | 77.39 | - |
| YUV | 222.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 220 | 0 | 0.19 | 0.14 | 0 | 343.75 | 1 | 0.91 |
| Hex | FF | CF | DC | 0 | 13 | E | 0 | 158 | 64 | 5B |
| Octal | 377 | 317 | 334 | 0 | 23 | 16 | 0 | 530 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11011100 | 0 | 10011 | 1110 | 0 | 101011000 | 1100100 | 1011011 |
Color Harmonies of #FFCFDC
Complementary color
Monochromatic Colors of #FFCFDC
Black with #FFCFDC
Text Example
Text Example
White with #FFCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFDC; }
p { color: rgb(255,207,220); }
H1.HeaderClassName
{
color: #FFCFDC;
}
.AnyTagClassName
{
color: #FFCFDC;
}
</style>
background-color css
<style>
a { background-color: #FFCFDC; }
a { background-color: rgb(255,207,220); }
div.DivClassName
{
background-color: #FFCFDC;
}
.BgClassName
{
background-color: #FFCFDC;
}
</style>
border-color css
<style>
span { border-color: #FFCFDC; }
span { border-color: rgb(255,207,220); }
td.TdClassName
{
border-color: #FFCFDC;
}
.TagClassName
{
border-color: #FFCFDC;
}
</style>