Shades of Pink Lace #F8CCD5
Tints of Pink Lace #F8CCD5
RGB
CMYK
RGB Variations
Color information
#F8CCD5 (or 0xF8CCD5) is known color: Pink Lace. HEX triplet: F8, CC and D5. RGB value is (248,204,213). Sum of RGB (Red+Green+Blue) = 248+204+213=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCD5 is #07332A. Grayscale: #DADADA. Windows color (decimal): -471851 or 14011640. OLE color: 14011640.
HSL color Cylindrical-coordinate representation of color #F8CCD5: hue angle of 347.73º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCD5 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 213 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.03 |
| HSL | 347.73º | 0.76% | 0.89% | - |
| HSV(B) | 347.73º | 0.18% | 0.97% | - |
| XYZ | 72.31 | 67.95 | 72.25 | - |
| YUV | 218.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 213 | 0 | 0.18 | 0.14 | 0.03 | 347.73 | 0.76 | 0.89 |
| Hex | F8 | CC | D5 | 0 | 12 | E | 3 | 15C | 4C | 59 |
| Octal | 370 | 314 | 325 | 0 | 22 | 16 | 3 | 534 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11010101 | 0 | 10010 | 1110 | 11 | 101011100 | 1001100 | 1011001 |
Color Harmonies of #F8CCD5
Complementary color
Monochromatic Colors of #F8CCD5
Black with #F8CCD5
Text Example
Text Example
White with #F8CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCD5; }
p { color: rgb(248,204,213); }
H1.HeaderClassName
{
color: #F8CCD5;
}
.AnyTagClassName
{
color: #F8CCD5;
}
</style>
background-color css
<style>
a { background-color: #F8CCD5; }
a { background-color: rgb(248,204,213); }
div.DivClassName
{
background-color: #F8CCD5;
}
.BgClassName
{
background-color: #F8CCD5;
}
</style>
border-color css
<style>
span { border-color: #F8CCD5; }
span { border-color: rgb(248,204,213); }
td.TdClassName
{
border-color: #F8CCD5;
}
.TagClassName
{
border-color: #F8CCD5;
}
</style>