Shades of Pink #F8C7CF
Tints of Pink #F8C7CF
RGB
CMYK
RGB Variations
Color information
#F8C7CF (or 0xF8C7CF) is known color: Pink. HEX triplet: F8, C7 and CF. RGB value is (248,199,207). Sum of RGB (Red+Green+Blue) = 248+199+207=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7CF is #073830. Grayscale: #D6D6D6. Windows color (decimal): -473137 or 13617144. OLE color: 13617144.
HSL color Cylindrical-coordinate representation of color #F8C7CF: hue angle of 350.2º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C7CF is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 207 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.03 |
| HSL | 350.2º | 0.78% | 0.88% | - |
| HSV(B) | 350.2º | 0.2% | 0.97% | - |
| XYZ | 70.4 | 65.31 | 67.93 | - |
| YUV | 214.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 207 | 0 | 0.20 | 0.17 | 0.03 | 350.2 | 0.78 | 0.88 |
| Hex | F8 | C7 | CF | 0 | 14 | 11 | 3 | 15E | 4E | 58 |
| Octal | 370 | 307 | 317 | 0 | 24 | 21 | 3 | 536 | 116 | 130 |
| Binary | 11111000 | 11000111 | 11001111 | 0 | 10100 | 10001 | 11 | 101011110 | 1001110 | 1011000 |
Color Harmonies of #F8C7CF
Complementary color
Monochromatic Colors of #F8C7CF
Black with #F8C7CF
Text Example
Text Example
White with #F8C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7CF; }
p { color: rgb(248,199,207); }
H1.HeaderClassName
{
color: #F8C7CF;
}
.AnyTagClassName
{
color: #F8C7CF;
}
</style>
background-color css
<style>
a { background-color: #F8C7CF; }
a { background-color: rgb(248,199,207); }
div.DivClassName
{
background-color: #F8C7CF;
}
.BgClassName
{
background-color: #F8C7CF;
}
</style>
border-color css
<style>
span { border-color: #F8C7CF; }
span { border-color: rgb(248,199,207); }
td.TdClassName
{
border-color: #F8C7CF;
}
.TagClassName
{
border-color: #F8C7CF;
}
</style>