Shades of Pink Lace #F1C8D0
Tints of Pink Lace #F1C8D0
RGB
CMYK
RGB Variations
Color information
#F1C8D0 (or 0xF1C8D0) is known color: Pink Lace. HEX triplet: F1, C8 and D0. RGB value is (241,200,208). Sum of RGB (Red+Green+Blue) = 241+200+208=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8D0 is #0E372F. Grayscale: #D5D5D5. Windows color (decimal): -931632 or 13682929. OLE color: 13682929.
HSL color Cylindrical-coordinate representation of color #F1C8D0: hue angle of 348.29º 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 #F1C8D0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 208 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.05 |
| HSL | 348.29º | 0.59% | 0.86% | - |
| HSV(B) | 348.29º | 0.17% | 0.95% | - |
| XYZ | 68.32 | 64.56 | 68.54 | - |
| YUV | 213.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 208 | 0 | 0.17 | 0.14 | 0.05 | 348.29 | 0.59 | 0.86 |
| Hex | F1 | C8 | D0 | 0 | 11 | E | 5 | 15C | 3B | 56 |
| Octal | 361 | 310 | 320 | 0 | 21 | 16 | 5 | 534 | 73 | 126 |
| Binary | 11110001 | 11001000 | 11010000 | 0 | 10001 | 1110 | 101 | 101011100 | 111011 | 1010110 |
Color Harmonies of #F1C8D0
Complementary color
Monochromatic Colors of #F1C8D0
Black with #F1C8D0
Text Example
Text Example
White with #F1C8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8D0; }
p { color: rgb(241,200,208); }
H1.HeaderClassName
{
color: #F1C8D0;
}
.AnyTagClassName
{
color: #F1C8D0;
}
</style>
background-color css
<style>
a { background-color: #F1C8D0; }
a { background-color: rgb(241,200,208); }
div.DivClassName
{
background-color: #F1C8D0;
}
.BgClassName
{
background-color: #F1C8D0;
}
</style>
border-color css
<style>
span { border-color: #F1C8D0; }
span { border-color: rgb(241,200,208); }
td.TdClassName
{
border-color: #F1C8D0;
}
.TagClassName
{
border-color: #F1C8D0;
}
</style>