Shades of Pink Lace #F8C5D5
Tints of Pink Lace #F8C5D5
RGB
CMYK
RGB Variations
Color information
#F8C5D5 (or 0xF8C5D5) is known color: Pink Lace. HEX triplet: F8, C5 and D5. RGB value is (248,197,213). Sum of RGB (Red+Green+Blue) = 248+197+213=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C5D5 is #073A2A. Grayscale: #D6D6D6. Windows color (decimal): -473643 or 14009848. OLE color: 14009848.
HSL color Cylindrical-coordinate representation of color #F8C5D5: hue angle of 341.18º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C5D5 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 213 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.03 |
| HSL | 341.18º | 0.78% | 0.87% | - |
| HSV(B) | 341.18º | 0.21% | 0.97% | - |
| XYZ | 70.69 | 64.69 | 71.71 | - |
| YUV | 214.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 213 | 0 | 0.21 | 0.14 | 0.03 | 341.18 | 0.78 | 0.87 |
| Hex | F8 | C5 | D5 | 0 | 15 | E | 3 | 155 | 4E | 57 |
| Octal | 370 | 305 | 325 | 0 | 25 | 16 | 3 | 525 | 116 | 127 |
| Binary | 11111000 | 11000101 | 11010101 | 0 | 10101 | 1110 | 11 | 101010101 | 1001110 | 1010111 |
Color Harmonies of #F8C5D5
Complementary color
Monochromatic Colors of #F8C5D5
Black with #F8C5D5
Text Example
Text Example
White with #F8C5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C5D5; }
p { color: rgb(248,197,213); }
H1.HeaderClassName
{
color: #F8C5D5;
}
.AnyTagClassName
{
color: #F8C5D5;
}
</style>
background-color css
<style>
a { background-color: #F8C5D5; }
a { background-color: rgb(248,197,213); }
div.DivClassName
{
background-color: #F8C5D5;
}
.BgClassName
{
background-color: #F8C5D5;
}
</style>
border-color css
<style>
span { border-color: #F8C5D5; }
span { border-color: rgb(248,197,213); }
td.TdClassName
{
border-color: #F8C5D5;
}
.TagClassName
{
border-color: #F8C5D5;
}
</style>