Shades of Pink Lace #F1C5D1
Tints of Pink Lace #F1C5D1
RGB
CMYK
RGB Variations
Color information
#F1C5D1 (or 0xF1C5D1) is known color: Pink Lace. HEX triplet: F1, C5 and D1. RGB value is (241,197,209). Sum of RGB (Red+Green+Blue) = 241+197+209=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5D1 is #0E3A2E. Grayscale: #D3D3D3. Windows color (decimal): -932399 or 13747697. OLE color: 13747697.
HSL color Cylindrical-coordinate representation of color #F1C5D1: hue angle of 343.64º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C5D1 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 209 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.05 |
| HSL | 343.64º | 0.61% | 0.86% | - |
| HSV(B) | 343.64º | 0.18% | 0.95% | - |
| XYZ | 67.75 | 63.24 | 68.96 | - |
| YUV | 211.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 209 | 0 | 0.18 | 0.13 | 0.05 | 343.64 | 0.61 | 0.86 |
| Hex | F1 | C5 | D1 | 0 | 12 | D | 5 | 158 | 3D | 56 |
| Octal | 361 | 305 | 321 | 0 | 22 | 15 | 5 | 530 | 75 | 126 |
| Binary | 11110001 | 11000101 | 11010001 | 0 | 10010 | 1101 | 101 | 101011000 | 111101 | 1010110 |
Color Harmonies of #F1C5D1
Complementary color
Monochromatic Colors of #F1C5D1
Black with #F1C5D1
Text Example
Text Example
White with #F1C5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5D1; }
p { color: rgb(241,197,209); }
H1.HeaderClassName
{
color: #F1C5D1;
}
.AnyTagClassName
{
color: #F1C5D1;
}
</style>
background-color css
<style>
a { background-color: #F1C5D1; }
a { background-color: rgb(241,197,209); }
div.DivClassName
{
background-color: #F1C5D1;
}
.BgClassName
{
background-color: #F1C5D1;
}
</style>
border-color css
<style>
span { border-color: #F1C5D1; }
span { border-color: rgb(241,197,209); }
td.TdClassName
{
border-color: #F1C5D1;
}
.TagClassName
{
border-color: #F1C5D1;
}
</style>