Shades of Pink Lace #FECADB
Tints of Pink Lace #FECADB
RGB
CMYK
RGB Variations
Color information
#FECADB (or 0xFECADB) is known color: Pink Lace. HEX triplet: FE, CA and DB. RGB value is (254,202,219). Sum of RGB (Red+Green+Blue) = 254+202+219=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FECADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECADB is #013524. Grayscale: #DBDBDB. Windows color (decimal): -79141 or 14404350. OLE color: 14404350.
HSL color Cylindrical-coordinate representation of color #FECADB: hue angle of 340.38º 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 #FECADB is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 219 | - |
CMYK | 0 | 0.20 | 0.14 | 0.00 |
HSL | 340.38º | 0.96% | 0.89% | - |
HSV(B) | 340.38º | 0.2% | 1% | - |
XYZ | 74.78 | 68.43 | 76.28 | - |
YUV | 219.49 | 127.73 | 152.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 219 | 0 | 0.20 | 0.14 | 0.00 | 340.38 | 0.96 | 0.89 |
Hex | FE | CA | DB | 0 | 14 | E | 0 | 154 | 60 | 59 |
Octal | 376 | 312 | 333 | 0 | 24 | 16 | 0 | 524 | 140 | 131 |
Binary | 11111110 | 11001010 | 11011011 | 0 | 10100 | 1110 | 0 | 101010100 | 1100000 | 1011001 |
Color Harmonies of #FECADB
Complementary color
Monochromatic Colors of #FECADB
Black with #FECADB
Text Example
Text Example
White with #FECADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECADB; }
p { color: rgb(254,202,219); }
H1.HeaderClassName
{
color: #FECADB;
}
.AnyTagClassName
{
color: #FECADB;
}
</style>
background-color css
<style>
a { background-color: #FECADB; }
a { background-color: rgb(254,202,219); }
div.DivClassName
{
background-color: #FECADB;
}
.BgClassName
{
background-color: #FECADB;
}
</style>
border-color css
<style>
span { border-color: #FECADB; }
span { border-color: rgb(254,202,219); }
td.TdClassName
{
border-color: #FECADB;
}
.TagClassName
{
border-color: #FECADB;
}
</style>