Shades of Pink Lace #F1C6CE
Tints of Pink Lace #F1C6CE
RGB
CMYK
RGB Variations
Color information
#F1C6CE (or 0xF1C6CE) is known color: Pink Lace. HEX triplet: F1, C6 and CE. RGB value is (241,198,206). Sum of RGB (Red+Green+Blue) = 241+198+206=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6CE is #0E3931. Grayscale: #D3D3D3. Windows color (decimal): -932146 or 13551345. OLE color: 13551345.
HSL color Cylindrical-coordinate representation of color #F1C6CE: hue angle of 348.84º 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 #F1C6CE is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 206 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.05 |
| HSL | 348.84º | 0.61% | 0.86% | - |
| HSV(B) | 348.84º | 0.18% | 0.95% | - |
| XYZ | 67.61 | 63.55 | 67.09 | - |
| YUV | 211.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 206 | 0 | 0.18 | 0.15 | 0.05 | 348.84 | 0.61 | 0.86 |
| Hex | F1 | C6 | CE | 0 | 12 | F | 5 | 15D | 3D | 56 |
| Octal | 361 | 306 | 316 | 0 | 22 | 17 | 5 | 535 | 75 | 126 |
| Binary | 11110001 | 11000110 | 11001110 | 0 | 10010 | 1111 | 101 | 101011101 | 111101 | 1010110 |
Color Harmonies of #F1C6CE
Complementary color
Monochromatic Colors of #F1C6CE
Black with #F1C6CE
Text Example
Text Example
White with #F1C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C6CE; }
p { color: rgb(241,198,206); }
H1.HeaderClassName
{
color: #F1C6CE;
}
.AnyTagClassName
{
color: #F1C6CE;
}
</style>
background-color css
<style>
a { background-color: #F1C6CE; }
a { background-color: rgb(241,198,206); }
div.DivClassName
{
background-color: #F1C6CE;
}
.BgClassName
{
background-color: #F1C6CE;
}
</style>
border-color css
<style>
span { border-color: #F1C6CE; }
span { border-color: rgb(241,198,206); }
td.TdClassName
{
border-color: #F1C6CE;
}
.TagClassName
{
border-color: #F1C6CE;
}
</style>