Shades of Pink Lace #FED1DA
Tints of Pink Lace #FED1DA
RGB
CMYK
RGB Variations
Color information
#FED1DA (or 0xFED1DA) is known color: Pink Lace. HEX triplet: FE, D1 and DA. RGB value is (254,209,218). Sum of RGB (Red+Green+Blue) = 254+209+218=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1DA is #012E25. Grayscale: #DFDFDF. Windows color (decimal): -77350 or 14340606. OLE color: 14340606.
HSL color Cylindrical-coordinate representation of color #FED1DA: hue angle of 348º 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 #FED1DA is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 218 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.00 |
| HSL | 348º | 0.96% | 0.91% | - |
| HSV(B) | 348º | 0.18% | 1% | - |
| XYZ | 76.33 | 71.73 | 76.15 | - |
| YUV | 223.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 218 | 0 | 0.18 | 0.14 | 0.00 | 348 | 0.96 | 0.91 |
| Hex | FE | D1 | DA | 0 | 12 | E | 0 | 15C | 60 | 5B |
| Octal | 376 | 321 | 332 | 0 | 22 | 16 | 0 | 534 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11011010 | 0 | 10010 | 1110 | 0 | 101011100 | 1100000 | 1011011 |
Color Harmonies of #FED1DA
Complementary color
Monochromatic Colors of #FED1DA
Black with #FED1DA
Text Example
Text Example
White with #FED1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1DA; }
p { color: rgb(254,209,218); }
H1.HeaderClassName
{
color: #FED1DA;
}
.AnyTagClassName
{
color: #FED1DA;
}
</style>
background-color css
<style>
a { background-color: #FED1DA; }
a { background-color: rgb(254,209,218); }
div.DivClassName
{
background-color: #FED1DA;
}
.BgClassName
{
background-color: #FED1DA;
}
</style>
border-color css
<style>
span { border-color: #FED1DA; }
span { border-color: rgb(254,209,218); }
td.TdClassName
{
border-color: #FED1DA;
}
.TagClassName
{
border-color: #FED1DA;
}
</style>