Shades of Pink #F7C4CE
Tints of Pink #F7C4CE
RGB
CMYK
RGB Variations
Color information
#F7C4CE (or 0xF7C4CE) is known color: Pink. HEX triplet: F7, C4 and CE. RGB value is (247,196,206). Sum of RGB (Red+Green+Blue) = 247+196+206=649 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.06% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C4CE is #083B31. Grayscale: #D4D4D4. Windows color (decimal): -539442 or 13550839. OLE color: 13550839.
HSL color Cylindrical-coordinate representation of color #F7C4CE: hue angle of 348.24º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C4CE is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 206 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.03 |
| HSL | 348.24º | 0.76% | 0.87% | - |
| HSV(B) | 348.24º | 0.21% | 0.97% | - |
| XYZ | 69.24 | 63.71 | 67.04 | - |
| YUV | 212.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 206 | 0 | 0.21 | 0.17 | 0.03 | 348.24 | 0.76 | 0.87 |
| Hex | F7 | C4 | CE | 0 | 15 | 11 | 3 | 15C | 4C | 57 |
| Octal | 367 | 304 | 316 | 0 | 25 | 21 | 3 | 534 | 114 | 127 |
| Binary | 11110111 | 11000100 | 11001110 | 0 | 10101 | 10001 | 11 | 101011100 | 1001100 | 1010111 |
Color Harmonies of #F7C4CE
Complementary color
Monochromatic Colors of #F7C4CE
Black with #F7C4CE
Text Example
Text Example
White with #F7C4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C4CE; }
p { color: rgb(247,196,206); }
H1.HeaderClassName
{
color: #F7C4CE;
}
.AnyTagClassName
{
color: #F7C4CE;
}
</style>
background-color css
<style>
a { background-color: #F7C4CE; }
a { background-color: rgb(247,196,206); }
div.DivClassName
{
background-color: #F7C4CE;
}
.BgClassName
{
background-color: #F7C4CE;
}
</style>
border-color css
<style>
span { border-color: #F7C4CE; }
span { border-color: rgb(247,196,206); }
td.TdClassName
{
border-color: #F7C4CE;
}
.TagClassName
{
border-color: #F7C4CE;
}
</style>