Shades of Pink Lace #FECAD4
Tints of Pink Lace #FECAD4
RGB
CMYK
RGB Variations
Color information
#FECAD4 (or 0xFECAD4) is known color: Pink Lace. HEX triplet: FE, CA and D4. RGB value is (254,202,212). Sum of RGB (Red+Green+Blue) = 254+202+212=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD4 is #01352B. Grayscale: #DADADA. Windows color (decimal): -79148 or 13945598. OLE color: 13945598.
HSL color Cylindrical-coordinate representation of color #FECAD4: hue angle of 348.46º 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 #FECAD4 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 212 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.00 |
| HSL | 348.46º | 0.96% | 0.89% | - |
| HSV(B) | 348.46º | 0.2% | 1% | - |
| XYZ | 73.88 | 68.07 | 71.53 | - |
| YUV | 218.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 212 | 0 | 0.20 | 0.17 | 0.00 | 348.46 | 0.96 | 0.89 |
| Hex | FE | CA | D4 | 0 | 14 | 11 | 0 | 15C | 60 | 59 |
| Octal | 376 | 312 | 324 | 0 | 24 | 21 | 0 | 534 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11010100 | 0 | 10100 | 10001 | 0 | 101011100 | 1100000 | 1011001 |
Color Harmonies of #FECAD4
Complementary color
Monochromatic Colors of #FECAD4
Black with #FECAD4
Text Example
Text Example
White with #FECAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAD4; }
p { color: rgb(254,202,212); }
H1.HeaderClassName
{
color: #FECAD4;
}
.AnyTagClassName
{
color: #FECAD4;
}
</style>
background-color css
<style>
a { background-color: #FECAD4; }
a { background-color: rgb(254,202,212); }
div.DivClassName
{
background-color: #FECAD4;
}
.BgClassName
{
background-color: #FECAD4;
}
</style>
border-color css
<style>
span { border-color: #FECAD4; }
span { border-color: rgb(254,202,212); }
td.TdClassName
{
border-color: #FECAD4;
}
.TagClassName
{
border-color: #FECAD4;
}
</style>