Shades of Pink #F8C0CC
Tints of Pink #F8C0CC
RGB
CMYK
RGB Variations
Color information
#F8C0CC (or 0xF8C0CC) is known color: Pink. HEX triplet: F8, C0 and CC. RGB value is (248,192,204). Sum of RGB (Red+Green+Blue) = 248+192+204=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0CC is #073F33. Grayscale: #D2D2D2. Windows color (decimal): -474932 or 13418744. OLE color: 13418744.
HSL color Cylindrical-coordinate representation of color #F8C0CC: hue angle of 347.14º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C0CC is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 204 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.03 |
| HSL | 347.14º | 0.8% | 0.86% | - |
| HSV(B) | 347.14º | 0.23% | 0.97% | - |
| XYZ | 68.46 | 62.02 | 65.49 | - |
| YUV | 210.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 204 | 0 | 0.23 | 0.18 | 0.03 | 347.14 | 0.8 | 0.86 |
| Hex | F8 | C0 | CC | 0 | 17 | 12 | 3 | 15B | 50 | 56 |
| Octal | 370 | 300 | 314 | 0 | 27 | 22 | 3 | 533 | 120 | 126 |
| Binary | 11111000 | 11000000 | 11001100 | 0 | 10111 | 10010 | 11 | 101011011 | 1010000 | 1010110 |
Color Harmonies of #F8C0CC
Complementary color
Monochromatic Colors of #F8C0CC
Black with #F8C0CC
Text Example
Text Example
White with #F8C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0CC; }
p { color: rgb(248,192,204); }
H1.HeaderClassName
{
color: #F8C0CC;
}
.AnyTagClassName
{
color: #F8C0CC;
}
</style>
background-color css
<style>
a { background-color: #F8C0CC; }
a { background-color: rgb(248,192,204); }
div.DivClassName
{
background-color: #F8C0CC;
}
.BgClassName
{
background-color: #F8C0CC;
}
</style>
border-color css
<style>
span { border-color: #F8C0CC; }
span { border-color: rgb(248,192,204); }
td.TdClassName
{
border-color: #F8C0CC;
}
.TagClassName
{
border-color: #F8C0CC;
}
</style>