Shades of Pink Lace #F1CBD6
Tints of Pink Lace #F1CBD6
RGB
CMYK
RGB Variations
Color information
#F1CBD6 (or 0xF1CBD6) is known color: Pink Lace. HEX triplet: F1, CB and D6. RGB value is (241,203,214). Sum of RGB (Red+Green+Blue) = 241+203+214=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBD6 is #0E3429. Grayscale: #D7D7D7. Windows color (decimal): -930858 or 14076913. OLE color: 14076913.
HSL color Cylindrical-coordinate representation of color #F1CBD6: hue angle of 342.63º 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 #F1CBD6 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 214 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.05 |
| HSL | 342.63º | 0.58% | 0.87% | - |
| HSV(B) | 342.63º | 0.16% | 0.95% | - |
| XYZ | 69.77 | 66.27 | 72.73 | - |
| YUV | 215.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 214 | 0 | 0.16 | 0.11 | 0.05 | 342.63 | 0.58 | 0.87 |
| Hex | F1 | CB | D6 | 0 | 10 | B | 5 | 157 | 3A | 57 |
| Octal | 361 | 313 | 326 | 0 | 20 | 13 | 5 | 527 | 72 | 127 |
| Binary | 11110001 | 11001011 | 11010110 | 0 | 10000 | 1011 | 101 | 101010111 | 111010 | 1010111 |
Color Harmonies of #F1CBD6
Complementary color
Monochromatic Colors of #F1CBD6
Black with #F1CBD6
Text Example
Text Example
White with #F1CBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBD6; }
p { color: rgb(241,203,214); }
H1.HeaderClassName
{
color: #F1CBD6;
}
.AnyTagClassName
{
color: #F1CBD6;
}
</style>
background-color css
<style>
a { background-color: #F1CBD6; }
a { background-color: rgb(241,203,214); }
div.DivClassName
{
background-color: #F1CBD6;
}
.BgClassName
{
background-color: #F1CBD6;
}
</style>
border-color css
<style>
span { border-color: #F1CBD6; }
span { border-color: rgb(241,203,214); }
td.TdClassName
{
border-color: #F1CBD6;
}
.TagClassName
{
border-color: #F1CBD6;
}
</style>