Shades of Pink Lace #FCCEDB
Tints of Pink Lace #FCCEDB
RGB
CMYK
RGB Variations
Color information
#FCCEDB (or 0xFCCEDB) is known color: Pink Lace. HEX triplet: FC, CE and DB. RGB value is (252,206,219). Sum of RGB (Red+Green+Blue) = 252+206+219=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEDB is #033124. Grayscale: #DDDDDD. Windows color (decimal): -209189 or 14405372. OLE color: 14405372.
HSL color Cylindrical-coordinate representation of color #FCCEDB: hue angle of 343.04º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCEDB is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 206 | 219 | - |
CMYK | 0 | 0.18 | 0.13 | 0.01 |
HSL | 343.04º | 0.88% | 0.9% | - |
HSV(B) | 343.04º | 0.18% | 0.99% | - |
XYZ | 75 | 69.95 | 76.57 | - |
YUV | 221.24 | 126.74 | 149.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 206 | 219 | 0 | 0.18 | 0.13 | 0.01 | 343.04 | 0.88 | 0.9 |
Hex | FC | CE | DB | 0 | 12 | D | 1 | 157 | 58 | 5A |
Octal | 374 | 316 | 333 | 0 | 22 | 15 | 1 | 527 | 130 | 132 |
Binary | 11111100 | 11001110 | 11011011 | 0 | 10010 | 1101 | 1 | 101010111 | 1011000 | 1011010 |
Color Harmonies of #FCCEDB
Complementary color
Monochromatic Colors of #FCCEDB
Black with #FCCEDB
Text Example
Text Example
White with #FCCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEDB; }
p { color: rgb(252,206,219); }
H1.HeaderClassName
{
color: #FCCEDB;
}
.AnyTagClassName
{
color: #FCCEDB;
}
</style>
background-color css
<style>
a { background-color: #FCCEDB; }
a { background-color: rgb(252,206,219); }
div.DivClassName
{
background-color: #FCCEDB;
}
.BgClassName
{
background-color: #FCCEDB;
}
</style>
border-color css
<style>
span { border-color: #FCCEDB; }
span { border-color: rgb(252,206,219); }
td.TdClassName
{
border-color: #FCCEDB;
}
.TagClassName
{
border-color: #FCCEDB;
}
</style>