Shades of Pink Lace #F4C6CF
Tints of Pink Lace #F4C6CF
RGB
CMYK
RGB Variations
Color information
#F4C6CF (or 0xF4C6CF) is known color: Pink Lace. HEX triplet: F4, C6 and CF. RGB value is (244,198,207). Sum of RGB (Red+Green+Blue) = 244+198+207=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C6CF is #0B3930. Grayscale: #D4D4D4. Windows color (decimal): -735537 or 13616884. OLE color: 13616884.
HSL color Cylindrical-coordinate representation of color #F4C6CF: hue angle of 348.26º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C6CF is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 207 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.04 |
| HSL | 348.26º | 0.68% | 0.87% | - |
| HSV(B) | 348.26º | 0.19% | 0.96% | - |
| XYZ | 68.76 | 64.13 | 67.78 | - |
| YUV | 212.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 207 | 0 | 0.19 | 0.15 | 0.04 | 348.26 | 0.68 | 0.87 |
| Hex | F4 | C6 | CF | 0 | 13 | F | 4 | 15C | 44 | 57 |
| Octal | 364 | 306 | 317 | 0 | 23 | 17 | 4 | 534 | 104 | 127 |
| Binary | 11110100 | 11000110 | 11001111 | 0 | 10011 | 1111 | 100 | 101011100 | 1000100 | 1010111 |
Color Harmonies of #F4C6CF
Complementary color
Monochromatic Colors of #F4C6CF
Black with #F4C6CF
Text Example
Text Example
White with #F4C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C6CF; }
p { color: rgb(244,198,207); }
H1.HeaderClassName
{
color: #F4C6CF;
}
.AnyTagClassName
{
color: #F4C6CF;
}
</style>
background-color css
<style>
a { background-color: #F4C6CF; }
a { background-color: rgb(244,198,207); }
div.DivClassName
{
background-color: #F4C6CF;
}
.BgClassName
{
background-color: #F4C6CF;
}
</style>
border-color css
<style>
span { border-color: #F4C6CF; }
span { border-color: rgb(244,198,207); }
td.TdClassName
{
border-color: #F4C6CF;
}
.TagClassName
{
border-color: #F4C6CF;
}
</style>