Shades of Pink Lace #F1C5D0
Tints of Pink Lace #F1C5D0
RGB
CMYK
RGB Variations
Color information
#F1C5D0 (or 0xF1C5D0) is known color: Pink Lace. HEX triplet: F1, C5 and D0. RGB value is (241,197,208). Sum of RGB (Red+Green+Blue) = 241+197+208=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5D0 is #0E3A2F. Grayscale: #D3D3D3. Windows color (decimal): -932400 or 13682161. OLE color: 13682161.
HSL color Cylindrical-coordinate representation of color #F1C5D0: hue angle of 345º 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 #F1C5D0 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 208 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.05 |
| HSL | 345º | 0.61% | 0.86% | - |
| HSV(B) | 345º | 0.18% | 0.95% | - |
| XYZ | 67.63 | 63.19 | 68.31 | - |
| YUV | 211.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 208 | 0 | 0.18 | 0.14 | 0.05 | 345 | 0.61 | 0.86 |
| Hex | F1 | C5 | D0 | 0 | 12 | E | 5 | 159 | 3D | 56 |
| Octal | 361 | 305 | 320 | 0 | 22 | 16 | 5 | 531 | 75 | 126 |
| Binary | 11110001 | 11000101 | 11010000 | 0 | 10010 | 1110 | 101 | 101011001 | 111101 | 1010110 |
Color Harmonies of #F1C5D0
Complementary color
Monochromatic Colors of #F1C5D0
Black with #F1C5D0
Text Example
Text Example
White with #F1C5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5D0; }
p { color: rgb(241,197,208); }
H1.HeaderClassName
{
color: #F1C5D0;
}
.AnyTagClassName
{
color: #F1C5D0;
}
</style>
background-color css
<style>
a { background-color: #F1C5D0; }
a { background-color: rgb(241,197,208); }
div.DivClassName
{
background-color: #F1C5D0;
}
.BgClassName
{
background-color: #F1C5D0;
}
</style>
border-color css
<style>
span { border-color: #F1C5D0; }
span { border-color: rgb(241,197,208); }
td.TdClassName
{
border-color: #F1C5D0;
}
.TagClassName
{
border-color: #F1C5D0;
}
</style>