Shades of Pink Lace #FECADC
Tints of Pink Lace #FECADC
RGB
CMYK
RGB Variations
Color information
#FECADC (or 0xFECADC) is known color: Pink Lace. HEX triplet: FE, CA and DC. RGB value is (254,202,220). Sum of RGB (Red+Green+Blue) = 254+202+220=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FECADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECADC is #013523. Grayscale: #DBDBDB. Windows color (decimal): -79140 or 14469886. OLE color: 14469886.
HSL color Cylindrical-coordinate representation of color #FECADC: hue angle of 339.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECADC is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 220 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.00 |
| HSL | 339.23º | 0.96% | 0.89% | - |
| HSV(B) | 339.23º | 0.2% | 1% | - |
| XYZ | 74.91 | 68.48 | 76.98 | - |
| YUV | 219.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 220 | 0 | 0.20 | 0.13 | 0.00 | 339.23 | 0.96 | 0.89 |
| Hex | FE | CA | DC | 0 | 14 | D | 0 | 153 | 60 | 59 |
| Octal | 376 | 312 | 334 | 0 | 24 | 15 | 0 | 523 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11011100 | 0 | 10100 | 1101 | 0 | 101010011 | 1100000 | 1011001 |
Color Harmonies of #FECADC
Complementary color
Monochromatic Colors of #FECADC
Black with #FECADC
Text Example
Text Example
White with #FECADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECADC; }
p { color: rgb(254,202,220); }
H1.HeaderClassName
{
color: #FECADC;
}
.AnyTagClassName
{
color: #FECADC;
}
</style>
background-color css
<style>
a { background-color: #FECADC; }
a { background-color: rgb(254,202,220); }
div.DivClassName
{
background-color: #FECADC;
}
.BgClassName
{
background-color: #FECADC;
}
</style>
border-color css
<style>
span { border-color: #FECADC; }
span { border-color: rgb(254,202,220); }
td.TdClassName
{
border-color: #FECADC;
}
.TagClassName
{
border-color: #FECADC;
}
</style>