Shades of Pink Lace #F1CBD1
Tints of Pink Lace #F1CBD1
RGB
CMYK
RGB Variations
Color information
#F1CBD1 (or 0xF1CBD1) is known color: Pink Lace. HEX triplet: F1, CB and D1. RGB value is (241,203,209). Sum of RGB (Red+Green+Blue) = 241+203+209=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBD1 is #0E342E. Grayscale: #D7D7D7. Windows color (decimal): -930863 or 13749233. OLE color: 13749233.
HSL color Cylindrical-coordinate representation of color #F1CBD1: hue angle of 350.53º 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 #F1CBD1 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 209 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.05 |
| HSL | 350.53º | 0.58% | 0.87% | - |
| HSV(B) | 350.53º | 0.16% | 0.95% | - |
| XYZ | 69.14 | 66.02 | 69.42 | - |
| YUV | 215.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 209 | 0 | 0.16 | 0.13 | 0.05 | 350.53 | 0.58 | 0.87 |
| Hex | F1 | CB | D1 | 0 | 10 | D | 5 | 15F | 3A | 57 |
| Octal | 361 | 313 | 321 | 0 | 20 | 15 | 5 | 537 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11010001 | 0 | 10000 | 1101 | 101 | 101011111 | 111010 | 1010111 |
Color Harmonies of #F1CBD1
Complementary color
Monochromatic Colors of #F1CBD1
Black with #F1CBD1
Text Example
Text Example
White with #F1CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBD1; }
p { color: rgb(241,203,209); }
H1.HeaderClassName
{
color: #F1CBD1;
}
.AnyTagClassName
{
color: #F1CBD1;
}
</style>
background-color css
<style>
a { background-color: #F1CBD1; }
a { background-color: rgb(241,203,209); }
div.DivClassName
{
background-color: #F1CBD1;
}
.BgClassName
{
background-color: #F1CBD1;
}
</style>
border-color css
<style>
span { border-color: #F1CBD1; }
span { border-color: rgb(241,203,209); }
td.TdClassName
{
border-color: #F1CBD1;
}
.TagClassName
{
border-color: #F1CBD1;
}
</style>