Shades of Pink #F8C1CC
Tints of Pink #F8C1CC
RGB
CMYK
RGB Variations
Color information
#F8C1CC (or 0xF8C1CC) is known color: Pink. HEX triplet: F8, C1 and CC. RGB value is (248,193,204). Sum of RGB (Red+Green+Blue) = 248+193+204=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C1CC is #073E33. Grayscale: #D2D2D2. Windows color (decimal): -474676 or 13419000. OLE color: 13419000.
HSL color Cylindrical-coordinate representation of color #F8C1CC: hue angle of 348º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C1CC is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 193 | 204 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.03 |
| HSL | 348º | 0.8% | 0.86% | - |
| HSV(B) | 348º | 0.22% | 0.97% | - |
| XYZ | 68.68 | 62.46 | 65.56 | - |
| YUV | 210.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 193 | 204 | 0 | 0.22 | 0.18 | 0.03 | 348 | 0.8 | 0.86 |
| Hex | F8 | C1 | CC | 0 | 16 | 12 | 3 | 15C | 50 | 56 |
| Octal | 370 | 301 | 314 | 0 | 26 | 22 | 3 | 534 | 120 | 126 |
| Binary | 11111000 | 11000001 | 11001100 | 0 | 10110 | 10010 | 11 | 101011100 | 1010000 | 1010110 |
Color Harmonies of #F8C1CC
Complementary color
Monochromatic Colors of #F8C1CC
Black with #F8C1CC
Text Example
Text Example
White with #F8C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C1CC; }
p { color: rgb(248,193,204); }
H1.HeaderClassName
{
color: #F8C1CC;
}
.AnyTagClassName
{
color: #F8C1CC;
}
</style>
background-color css
<style>
a { background-color: #F8C1CC; }
a { background-color: rgb(248,193,204); }
div.DivClassName
{
background-color: #F8C1CC;
}
.BgClassName
{
background-color: #F8C1CC;
}
</style>
border-color css
<style>
span { border-color: #F8C1CC; }
span { border-color: rgb(248,193,204); }
td.TdClassName
{
border-color: #F8C1CC;
}
.TagClassName
{
border-color: #F8C1CC;
}
</style>