Shades of Pink Lace #FED1DC
Tints of Pink Lace #FED1DC
RGB
CMYK
RGB Variations
Color information
#FED1DC (or 0xFED1DC) is known color: Pink Lace. HEX triplet: FE, D1 and DC. RGB value is (254,209,220). Sum of RGB (Red+Green+Blue) = 254+209+220=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1DC is #012E23. Grayscale: #DFDFDF. Windows color (decimal): -77348 or 14471678. OLE color: 14471678.
HSL color Cylindrical-coordinate representation of color #FED1DC: hue angle of 345.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED1DC is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 220 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.00 |
| HSL | 345.33º | 0.96% | 0.91% | - |
| HSV(B) | 345.33º | 0.18% | 1% | - |
| XYZ | 76.59 | 71.84 | 77.54 | - |
| YUV | 223.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 220 | 0 | 0.18 | 0.13 | 0.00 | 345.33 | 0.96 | 0.91 |
| Hex | FE | D1 | DC | 0 | 12 | D | 0 | 159 | 60 | 5B |
| Octal | 376 | 321 | 334 | 0 | 22 | 15 | 0 | 531 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11011100 | 0 | 10010 | 1101 | 0 | 101011001 | 1100000 | 1011011 |
Color Harmonies of #FED1DC
Complementary color
Monochromatic Colors of #FED1DC
Black with #FED1DC
Text Example
Text Example
White with #FED1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1DC; }
p { color: rgb(254,209,220); }
H1.HeaderClassName
{
color: #FED1DC;
}
.AnyTagClassName
{
color: #FED1DC;
}
</style>
background-color css
<style>
a { background-color: #FED1DC; }
a { background-color: rgb(254,209,220); }
div.DivClassName
{
background-color: #FED1DC;
}
.BgClassName
{
background-color: #FED1DC;
}
</style>
border-color css
<style>
span { border-color: #FED1DC; }
span { border-color: rgb(254,209,220); }
td.TdClassName
{
border-color: #FED1DC;
}
.TagClassName
{
border-color: #FED1DC;
}
</style>