Shades of Pink Lace #FFCFDD
Tints of Pink Lace #FFCFDD
RGB
CMYK
RGB Variations
Color information
#FFCFDD (or 0xFFCFDD) is known color: Pink Lace. HEX triplet: FF, CF and DD. RGB value is (255,207,221). Sum of RGB (Red+Green+Blue) = 255+207+221=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFDD is #003022. Grayscale: #DEDEDE. Windows color (decimal): -12323 or 14536703. OLE color: 14536703.
HSL color Cylindrical-coordinate representation of color #FFCFDD: hue angle of 342.5º 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 #FFCFDD is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 221 | - |
| CMYK | 0 | 0.19 | 0.13 | 0 |
| HSL | 342.5º | 1% | 0.91% | - |
| HSV(B) | 342.5º | 0.19% | 1% | - |
| XYZ | 76.6 | 71.11 | 78.09 | - |
| YUV | 222.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 221 | 0 | 0.19 | 0.13 | 0 | 342.5 | 1 | 0.91 |
| Hex | FF | CF | DD | 0 | 13 | D | 0 | 156 | 64 | 5B |
| Octal | 377 | 317 | 335 | 0 | 23 | 15 | 0 | 526 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11011101 | 0 | 10011 | 1101 | 0 | 101010110 | 1100100 | 1011011 |
Color Harmonies of #FFCFDD
Complementary color
Monochromatic Colors of #FFCFDD
Black with #FFCFDD
Text Example
Text Example
White with #FFCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFDD; }
p { color: rgb(255,207,221); }
H1.HeaderClassName
{
color: #FFCFDD;
}
.AnyTagClassName
{
color: #FFCFDD;
}
</style>
background-color css
<style>
a { background-color: #FFCFDD; }
a { background-color: rgb(255,207,221); }
div.DivClassName
{
background-color: #FFCFDD;
}
.BgClassName
{
background-color: #FFCFDD;
}
</style>
border-color css
<style>
span { border-color: #FFCFDD; }
span { border-color: rgb(255,207,221); }
td.TdClassName
{
border-color: #FFCFDD;
}
.TagClassName
{
border-color: #FFCFDD;
}
</style>