Shades of Pink Lace #FED0DA
Tints of Pink Lace #FED0DA
RGB
CMYK
RGB Variations
Color information
#FED0DA (or 0xFED0DA) is known color: Pink Lace. HEX triplet: FE, D0 and DA. RGB value is (254,208,218). Sum of RGB (Red+Green+Blue) = 254+208+218=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0DA is #012F25. Grayscale: #DEDEDE. Windows color (decimal): -77606 or 14340350. OLE color: 14340350.
HSL color Cylindrical-coordinate representation of color #FED0DA: hue angle of 346.96º 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 #FED0DA is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 208 | 218 | - |
CMYK | 0 | 0.18 | 0.14 | 0.00 |
HSL | 346.96º | 0.96% | 0.91% | - |
HSV(B) | 346.96º | 0.18% | 1% | - |
XYZ | 76.08 | 71.24 | 76.07 | - |
YUV | 222.89 | 125.24 | 150.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 208 | 218 | 0 | 0.18 | 0.14 | 0.00 | 346.96 | 0.96 | 0.91 |
Hex | FE | D0 | DA | 0 | 12 | E | 0 | 15B | 60 | 5B |
Octal | 376 | 320 | 332 | 0 | 22 | 16 | 0 | 533 | 140 | 133 |
Binary | 11111110 | 11010000 | 11011010 | 0 | 10010 | 1110 | 0 | 101011011 | 1100000 | 1011011 |
Color Harmonies of #FED0DA
Complementary color
Monochromatic Colors of #FED0DA
Black with #FED0DA
Text Example
Text Example
White with #FED0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0DA; }
p { color: rgb(254,208,218); }
H1.HeaderClassName
{
color: #FED0DA;
}
.AnyTagClassName
{
color: #FED0DA;
}
</style>
background-color css
<style>
a { background-color: #FED0DA; }
a { background-color: rgb(254,208,218); }
div.DivClassName
{
background-color: #FED0DA;
}
.BgClassName
{
background-color: #FED0DA;
}
</style>
border-color css
<style>
span { border-color: #FED0DA; }
span { border-color: rgb(254,208,218); }
td.TdClassName
{
border-color: #FED0DA;
}
.TagClassName
{
border-color: #FED0DA;
}
</style>