Shades of Pink Lace #FECADA
Tints of Pink Lace #FECADA
RGB
CMYK
RGB Variations
Color information
#FECADA (or 0xFECADA) is known color: Pink Lace. HEX triplet: FE, CA and DA. RGB value is (254,202,218). Sum of RGB (Red+Green+Blue) = 254+202+218=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FECADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECADA is #013525. Grayscale: #DBDBDB. Windows color (decimal): -79142 or 14338814. OLE color: 14338814.
HSL color Cylindrical-coordinate representation of color #FECADA: hue angle of 341.54º 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 #FECADA is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 218 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.00 |
| HSL | 341.54º | 0.96% | 0.89% | - |
| HSV(B) | 341.54º | 0.2% | 1% | - |
| XYZ | 74.65 | 68.37 | 75.59 | - |
| YUV | 219.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 218 | 0 | 0.20 | 0.14 | 0.00 | 341.54 | 0.96 | 0.89 |
| Hex | FE | CA | DA | 0 | 14 | E | 0 | 156 | 60 | 59 |
| Octal | 376 | 312 | 332 | 0 | 24 | 16 | 0 | 526 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11011010 | 0 | 10100 | 1110 | 0 | 101010110 | 1100000 | 1011001 |
Color Harmonies of #FECADA
Complementary color
Monochromatic Colors of #FECADA
Black with #FECADA
Text Example
Text Example
White with #FECADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECADA; }
p { color: rgb(254,202,218); }
H1.HeaderClassName
{
color: #FECADA;
}
.AnyTagClassName
{
color: #FECADA;
}
</style>
background-color css
<style>
a { background-color: #FECADA; }
a { background-color: rgb(254,202,218); }
div.DivClassName
{
background-color: #FECADA;
}
.BgClassName
{
background-color: #FECADA;
}
</style>
border-color css
<style>
span { border-color: #FECADA; }
span { border-color: rgb(254,202,218); }
td.TdClassName
{
border-color: #FECADA;
}
.TagClassName
{
border-color: #FECADA;
}
</style>