Shades of Pink Lace #FECFDC
Tints of Pink Lace #FECFDC
RGB
CMYK
RGB Variations
Color information
#FECFDC (or 0xFECFDC) is known color: Pink Lace. HEX triplet: FE, CF and DC. RGB value is (254,207,220). Sum of RGB (Red+Green+Blue) = 254+207+220=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFDC is #013023. Grayscale: #DEDEDE. Windows color (decimal): -77860 or 14471166. OLE color: 14471166.
HSL color Cylindrical-coordinate representation of color #FECFDC: hue angle of 343.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECFDC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 220 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.00 |
| HSL | 343.4º | 0.96% | 0.9% | - |
| HSV(B) | 343.4º | 0.19% | 1% | - |
| XYZ | 76.1 | 70.86 | 77.38 | - |
| YUV | 222.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 220 | 0 | 0.19 | 0.13 | 0.00 | 343.4 | 0.96 | 0.9 |
| Hex | FE | CF | DC | 0 | 13 | D | 0 | 157 | 60 | 5A |
| Octal | 376 | 317 | 334 | 0 | 23 | 15 | 0 | 527 | 140 | 132 |
| Binary | 11111110 | 11001111 | 11011100 | 0 | 10011 | 1101 | 0 | 101010111 | 1100000 | 1011010 |
Color Harmonies of #FECFDC
Complementary color
Monochromatic Colors of #FECFDC
Black with #FECFDC
Text Example
Text Example
White with #FECFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFDC; }
p { color: rgb(254,207,220); }
H1.HeaderClassName
{
color: #FECFDC;
}
.AnyTagClassName
{
color: #FECFDC;
}
</style>
background-color css
<style>
a { background-color: #FECFDC; }
a { background-color: rgb(254,207,220); }
div.DivClassName
{
background-color: #FECFDC;
}
.BgClassName
{
background-color: #FECFDC;
}
</style>
border-color css
<style>
span { border-color: #FECFDC; }
span { border-color: rgb(254,207,220); }
td.TdClassName
{
border-color: #FECFDC;
}
.TagClassName
{
border-color: #FECFDC;
}
</style>