Shades of Pink Lace #F1CCD6
Tints of Pink Lace #F1CCD6
RGB
CMYK
RGB Variations
Color information
#F1CCD6 (or 0xF1CCD6) is known color: Pink Lace. HEX triplet: F1, CC and D6. RGB value is (241,204,214). Sum of RGB (Red+Green+Blue) = 241+204+214=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD6 is #0E3329. Grayscale: #D8D8D8. Windows color (decimal): -930602 or 14077169. OLE color: 14077169.
HSL color Cylindrical-coordinate representation of color #F1CCD6: hue angle of 343.78º 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 #F1CCD6 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 214 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.05 |
| HSL | 343.78º | 0.57% | 0.87% | - |
| HSV(B) | 343.78º | 0.15% | 0.95% | - |
| XYZ | 70.01 | 66.74 | 72.81 | - |
| YUV | 216.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 214 | 0 | 0.15 | 0.11 | 0.05 | 343.78 | 0.57 | 0.87 |
| Hex | F1 | CC | D6 | 0 | F | B | 5 | 158 | 39 | 57 |
| Octal | 361 | 314 | 326 | 0 | 17 | 13 | 5 | 530 | 71 | 127 |
| Binary | 11110001 | 11001100 | 11010110 | 0 | 1111 | 1011 | 101 | 101011000 | 111001 | 1010111 |
Color Harmonies of #F1CCD6
Complementary color
Monochromatic Colors of #F1CCD6
Black with #F1CCD6
Text Example
Text Example
White with #F1CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CCD6; }
p { color: rgb(241,204,214); }
H1.HeaderClassName
{
color: #F1CCD6;
}
.AnyTagClassName
{
color: #F1CCD6;
}
</style>
background-color css
<style>
a { background-color: #F1CCD6; }
a { background-color: rgb(241,204,214); }
div.DivClassName
{
background-color: #F1CCD6;
}
.BgClassName
{
background-color: #F1CCD6;
}
</style>
border-color css
<style>
span { border-color: #F1CCD6; }
span { border-color: rgb(241,204,214); }
td.TdClassName
{
border-color: #F1CCD6;
}
.TagClassName
{
border-color: #F1CCD6;
}
</style>