Shades of Pink Lace #F1CBCF
Tints of Pink Lace #F1CBCF
RGB
CMYK
RGB Variations
Color information
#F1CBCF (or 0xF1CBCF) is known color: Pink Lace. HEX triplet: F1, CB and CF. RGB value is (241,203,207). Sum of RGB (Red+Green+Blue) = 241+203+207=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBCF is #0E3430. Grayscale: #D6D6D6. Windows color (decimal): -930865 or 13618161. OLE color: 13618161.
HSL color Cylindrical-coordinate representation of color #F1CBCF: hue angle of 353.68º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1CBCF is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 207 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.05 |
| HSL | 353.68º | 0.58% | 0.87% | - |
| HSV(B) | 353.68º | 0.16% | 0.95% | - |
| XYZ | 68.89 | 65.92 | 68.12 | - |
| YUV | 214.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 207 | 0 | 0.16 | 0.14 | 0.05 | 353.68 | 0.58 | 0.87 |
| Hex | F1 | CB | CF | 0 | 10 | E | 5 | 162 | 3A | 57 |
| Octal | 361 | 313 | 317 | 0 | 20 | 16 | 5 | 542 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11001111 | 0 | 10000 | 1110 | 101 | 101100010 | 111010 | 1010111 |
Color Harmonies of #F1CBCF
Complementary color
Monochromatic Colors of #F1CBCF
Black with #F1CBCF
Text Example
Text Example
White with #F1CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBCF; }
p { color: rgb(241,203,207); }
H1.HeaderClassName
{
color: #F1CBCF;
}
.AnyTagClassName
{
color: #F1CBCF;
}
</style>
background-color css
<style>
a { background-color: #F1CBCF; }
a { background-color: rgb(241,203,207); }
div.DivClassName
{
background-color: #F1CBCF;
}
.BgClassName
{
background-color: #F1CBCF;
}
</style>
border-color css
<style>
span { border-color: #F1CBCF; }
span { border-color: rgb(241,203,207); }
td.TdClassName
{
border-color: #F1CBCF;
}
.TagClassName
{
border-color: #F1CBCF;
}
</style>