Shades of Pink Lace #F1CFDA
Tints of Pink Lace #F1CFDA
RGB
CMYK
RGB Variations
Color information
#F1CFDA (or 0xF1CFDA) is known color: Pink Lace. HEX triplet: F1, CF and DA. RGB value is (241,207,218). Sum of RGB (Red+Green+Blue) = 241+207+218=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFDA is #0E3025. Grayscale: #DADADA. Windows color (decimal): -929830 or 14340081. OLE color: 14340081.
HSL color Cylindrical-coordinate representation of color #F1CFDA: hue angle of 340.59º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1CFDA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 218 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.05 |
| HSL | 340.59º | 0.55% | 0.88% | - |
| HSV(B) | 340.59º | 0.14% | 0.95% | - |
| XYZ | 71.24 | 68.39 | 75.78 | - |
| YUV | 218.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 218 | 0 | 0.14 | 0.10 | 0.05 | 340.59 | 0.55 | 0.88 |
| Hex | F1 | CF | DA | 0 | E | A | 5 | 155 | 37 | 58 |
| Octal | 361 | 317 | 332 | 0 | 16 | 12 | 5 | 525 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11011010 | 0 | 1110 | 1010 | 101 | 101010101 | 110111 | 1011000 |
Color Harmonies of #F1CFDA
Complementary color
Monochromatic Colors of #F1CFDA
Black with #F1CFDA
Text Example
Text Example
White with #F1CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFDA; }
p { color: rgb(241,207,218); }
H1.HeaderClassName
{
color: #F1CFDA;
}
.AnyTagClassName
{
color: #F1CFDA;
}
</style>
background-color css
<style>
a { background-color: #F1CFDA; }
a { background-color: rgb(241,207,218); }
div.DivClassName
{
background-color: #F1CFDA;
}
.BgClassName
{
background-color: #F1CFDA;
}
</style>
border-color css
<style>
span { border-color: #F1CFDA; }
span { border-color: rgb(241,207,218); }
td.TdClassName
{
border-color: #F1CFDA;
}
.TagClassName
{
border-color: #F1CFDA;
}
</style>