Shades of Pink Lace #F1CED6
Tints of Pink Lace #F1CED6
RGB
CMYK
RGB Variations
Color information
#F1CED6 (or 0xF1CED6) is known color: Pink Lace. HEX triplet: F1, CE and D6. RGB value is (241,206,214). Sum of RGB (Red+Green+Blue) = 241+206+214=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CED6 is #0E3129. Grayscale: #D9D9D9. Windows color (decimal): -930090 or 14077681. OLE color: 14077681.
HSL color Cylindrical-coordinate representation of color #F1CED6: hue angle of 346.29º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CED6 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 214 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.05 |
| HSL | 346.29º | 0.56% | 0.88% | - |
| HSV(B) | 346.29º | 0.15% | 0.95% | - |
| XYZ | 70.48 | 67.7 | 72.97 | - |
| YUV | 217.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 214 | 0 | 0.15 | 0.11 | 0.05 | 346.29 | 0.56 | 0.88 |
| Hex | F1 | CE | D6 | 0 | F | B | 5 | 15A | 38 | 58 |
| Octal | 361 | 316 | 326 | 0 | 17 | 13 | 5 | 532 | 70 | 130 |
| Binary | 11110001 | 11001110 | 11010110 | 0 | 1111 | 1011 | 101 | 101011010 | 111000 | 1011000 |
Color Harmonies of #F1CED6
Complementary color
Monochromatic Colors of #F1CED6
Black with #F1CED6
Text Example
Text Example
White with #F1CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CED6; }
p { color: rgb(241,206,214); }
H1.HeaderClassName
{
color: #F1CED6;
}
.AnyTagClassName
{
color: #F1CED6;
}
</style>
background-color css
<style>
a { background-color: #F1CED6; }
a { background-color: rgb(241,206,214); }
div.DivClassName
{
background-color: #F1CED6;
}
.BgClassName
{
background-color: #F1CED6;
}
</style>
border-color css
<style>
span { border-color: #F1CED6; }
span { border-color: rgb(241,206,214); }
td.TdClassName
{
border-color: #F1CED6;
}
.TagClassName
{
border-color: #F1CED6;
}
</style>