Shades of Pink Lace #FED1DD
Tints of Pink Lace #FED1DD
RGB
CMYK
RGB Variations
Color information
#FED1DD (or 0xFED1DD) is known color: Pink Lace. HEX triplet: FE, D1 and DD. RGB value is (254,209,221). Sum of RGB (Red+Green+Blue) = 254+209+221=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1DD is #012E22. Grayscale: #DFDFDF. Windows color (decimal): -77347 or 14537214. OLE color: 14537214.
HSL color Cylindrical-coordinate representation of color #FED1DD: hue angle of 344º 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 #FED1DD is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 221 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.00 |
| HSL | 344º | 0.96% | 0.91% | - |
| HSV(B) | 344º | 0.18% | 1% | - |
| XYZ | 76.72 | 71.89 | 78.24 | - |
| YUV | 223.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 221 | 0 | 0.18 | 0.13 | 0.00 | 344 | 0.96 | 0.91 |
| Hex | FE | D1 | DD | 0 | 12 | D | 0 | 158 | 60 | 5B |
| Octal | 376 | 321 | 335 | 0 | 22 | 15 | 0 | 530 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11011101 | 0 | 10010 | 1101 | 0 | 101011000 | 1100000 | 1011011 |
Color Harmonies of #FED1DD
Complementary color
Monochromatic Colors of #FED1DD
Black with #FED1DD
Text Example
Text Example
White with #FED1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1DD; }
p { color: rgb(254,209,221); }
H1.HeaderClassName
{
color: #FED1DD;
}
.AnyTagClassName
{
color: #FED1DD;
}
</style>
background-color css
<style>
a { background-color: #FED1DD; }
a { background-color: rgb(254,209,221); }
div.DivClassName
{
background-color: #FED1DD;
}
.BgClassName
{
background-color: #FED1DD;
}
</style>
border-color css
<style>
span { border-color: #FED1DD; }
span { border-color: rgb(254,209,221); }
td.TdClassName
{
border-color: #FED1DD;
}
.TagClassName
{
border-color: #FED1DD;
}
</style>