Shades of Pink Lace #F1CCD1
Tints of Pink Lace #F1CCD1
RGB
CMYK
RGB Variations
Color information
#F1CCD1 (or 0xF1CCD1) is known color: Pink Lace. HEX triplet: F1, CC and D1. RGB value is (241,204,209). Sum of RGB (Red+Green+Blue) = 241+204+209=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD1 is #0E332E. Grayscale: #D7D7D7. Windows color (decimal): -930607 or 13749489. OLE color: 13749489.
HSL color Cylindrical-coordinate representation of color #F1CCD1: hue angle of 351.89º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CCD1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 209 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.05 |
| HSL | 351.89º | 0.57% | 0.87% | - |
| HSV(B) | 351.89º | 0.15% | 0.95% | - |
| XYZ | 69.38 | 66.49 | 69.5 | - |
| YUV | 215.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 209 | 0 | 0.15 | 0.13 | 0.05 | 351.89 | 0.57 | 0.87 |
| Hex | F1 | CC | D1 | 0 | F | D | 5 | 160 | 39 | 57 |
| Octal | 361 | 314 | 321 | 0 | 17 | 15 | 5 | 540 | 71 | 127 |
| Binary | 11110001 | 11001100 | 11010001 | 0 | 1111 | 1101 | 101 | 101100000 | 111001 | 1010111 |
Color Harmonies of #F1CCD1
Complementary color
Monochromatic Colors of #F1CCD1
Black with #F1CCD1
Text Example
Text Example
White with #F1CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CCD1; }
p { color: rgb(241,204,209); }
H1.HeaderClassName
{
color: #F1CCD1;
}
.AnyTagClassName
{
color: #F1CCD1;
}
</style>
background-color css
<style>
a { background-color: #F1CCD1; }
a { background-color: rgb(241,204,209); }
div.DivClassName
{
background-color: #F1CCD1;
}
.BgClassName
{
background-color: #F1CCD1;
}
</style>
border-color css
<style>
span { border-color: #F1CCD1; }
span { border-color: rgb(241,204,209); }
td.TdClassName
{
border-color: #F1CCD1;
}
.TagClassName
{
border-color: #F1CCD1;
}
</style>