Shades of Pink Lace #F1C8CF
Tints of Pink Lace #F1C8CF
RGB
CMYK
RGB Variations
Color information
#F1C8CF (or 0xF1C8CF) is known color: Pink Lace. HEX triplet: F1, C8 and CF. RGB value is (241,200,207). Sum of RGB (Red+Green+Blue) = 241+200+207=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8CF is #0E3730. Grayscale: #D5D5D5. Windows color (decimal): -931633 or 13617393. OLE color: 13617393.
HSL color Cylindrical-coordinate representation of color #F1C8CF: hue angle of 349.76º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C8CF is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 207 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.05 |
| HSL | 349.76º | 0.59% | 0.86% | - |
| HSV(B) | 349.76º | 0.17% | 0.95% | - |
| XYZ | 68.19 | 64.51 | 67.89 | - |
| YUV | 213.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 207 | 0 | 0.17 | 0.14 | 0.05 | 349.76 | 0.59 | 0.86 |
| Hex | F1 | C8 | CF | 0 | 11 | E | 5 | 15E | 3B | 56 |
| Octal | 361 | 310 | 317 | 0 | 21 | 16 | 5 | 536 | 73 | 126 |
| Binary | 11110001 | 11001000 | 11001111 | 0 | 10001 | 1110 | 101 | 101011110 | 111011 | 1010110 |
Color Harmonies of #F1C8CF
Complementary color
Monochromatic Colors of #F1C8CF
Black with #F1C8CF
Text Example
Text Example
White with #F1C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8CF; }
p { color: rgb(241,200,207); }
H1.HeaderClassName
{
color: #F1C8CF;
}
.AnyTagClassName
{
color: #F1C8CF;
}
</style>
background-color css
<style>
a { background-color: #F1C8CF; }
a { background-color: rgb(241,200,207); }
div.DivClassName
{
background-color: #F1C8CF;
}
.BgClassName
{
background-color: #F1C8CF;
}
</style>
border-color css
<style>
span { border-color: #F1C8CF; }
span { border-color: rgb(241,200,207); }
td.TdClassName
{
border-color: #F1C8CF;
}
.TagClassName
{
border-color: #F1C8CF;
}
</style>