Shades of Pink Lace #F1CCD4
Tints of Pink Lace #F1CCD4
RGB
CMYK
RGB Variations
Color information
#F1CCD4 (or 0xF1CCD4) is known color: Pink Lace. HEX triplet: F1, CC and D4. RGB value is (241,204,212). Sum of RGB (Red+Green+Blue) = 241+204+212=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD4 is #0E332B. Grayscale: #D7D7D7. Windows color (decimal): -930604 or 13946097. OLE color: 13946097.
HSL color Cylindrical-coordinate representation of color #F1CCD4: hue angle of 347.03º 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 #F1CCD4 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 212 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.05 |
| HSL | 347.03º | 0.57% | 0.87% | - |
| HSV(B) | 347.03º | 0.15% | 0.95% | - |
| XYZ | 69.75 | 66.64 | 71.47 | - |
| YUV | 215.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 212 | 0 | 0.15 | 0.12 | 0.05 | 347.03 | 0.57 | 0.87 |
| Hex | F1 | CC | D4 | 0 | F | C | 5 | 15B | 39 | 57 |
| Octal | 361 | 314 | 324 | 0 | 17 | 14 | 5 | 533 | 71 | 127 |
| Binary | 11110001 | 11001100 | 11010100 | 0 | 1111 | 1100 | 101 | 101011011 | 111001 | 1010111 |
Color Harmonies of #F1CCD4
Complementary color
Monochromatic Colors of #F1CCD4
Black with #F1CCD4
Text Example
Text Example
White with #F1CCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CCD4; }
p { color: rgb(241,204,212); }
H1.HeaderClassName
{
color: #F1CCD4;
}
.AnyTagClassName
{
color: #F1CCD4;
}
</style>
background-color css
<style>
a { background-color: #F1CCD4; }
a { background-color: rgb(241,204,212); }
div.DivClassName
{
background-color: #F1CCD4;
}
.BgClassName
{
background-color: #F1CCD4;
}
</style>
border-color css
<style>
span { border-color: #F1CCD4; }
span { border-color: rgb(241,204,212); }
td.TdClassName
{
border-color: #F1CCD4;
}
.TagClassName
{
border-color: #F1CCD4;
}
</style>