Shades of Pink #F8C5CF
Tints of Pink #F8C5CF
RGB
CMYK
RGB Variations
Color information
#F8C5CF (or 0xF8C5CF) is known color: Pink. HEX triplet: F8, C5 and CF. RGB value is (248,197,207). Sum of RGB (Red+Green+Blue) = 248+197+207=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C5CF is #073A30. Grayscale: #D5D5D5. Windows color (decimal): -473649 or 13616632. OLE color: 13616632.
HSL color Cylindrical-coordinate representation of color #F8C5CF: hue angle of 348.24º degrees, saturation: 0.78, 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 #F8C5CF is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 207 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.03 |
| HSL | 348.24º | 0.78% | 0.87% | - |
| HSV(B) | 348.24º | 0.21% | 0.97% | - |
| XYZ | 69.94 | 64.39 | 67.77 | - |
| YUV | 213.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 207 | 0 | 0.21 | 0.17 | 0.03 | 348.24 | 0.78 | 0.87 |
| Hex | F8 | C5 | CF | 0 | 15 | 11 | 3 | 15C | 4E | 57 |
| Octal | 370 | 305 | 317 | 0 | 25 | 21 | 3 | 534 | 116 | 127 |
| Binary | 11111000 | 11000101 | 11001111 | 0 | 10101 | 10001 | 11 | 101011100 | 1001110 | 1010111 |
Color Harmonies of #F8C5CF
Complementary color
Monochromatic Colors of #F8C5CF
Black with #F8C5CF
Text Example
Text Example
White with #F8C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C5CF; }
p { color: rgb(248,197,207); }
H1.HeaderClassName
{
color: #F8C5CF;
}
.AnyTagClassName
{
color: #F8C5CF;
}
</style>
background-color css
<style>
a { background-color: #F8C5CF; }
a { background-color: rgb(248,197,207); }
div.DivClassName
{
background-color: #F8C5CF;
}
.BgClassName
{
background-color: #F8C5CF;
}
</style>
border-color css
<style>
span { border-color: #F8C5CF; }
span { border-color: rgb(248,197,207); }
td.TdClassName
{
border-color: #F8C5CF;
}
.TagClassName
{
border-color: #F8C5CF;
}
</style>