Shades of Pink #F8C0C9
Tints of Pink #F8C0C9
RGB
CMYK
RGB Variations
Color information
#F8C0C9 (or 0xF8C0C9) is known color: Pink. HEX triplet: F8, C0 and C9. RGB value is (248,192,201). Sum of RGB (Red+Green+Blue) = 248+192+201=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0C9 is #073F36. Grayscale: #D1D1D1. Windows color (decimal): -474935 or 13222136. OLE color: 13222136.
HSL color Cylindrical-coordinate representation of color #F8C0C9: hue angle of 350.36º 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 #F8C0C9 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 201 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.03 |
| HSL | 350.36º | 0.8% | 0.86% | - |
| HSV(B) | 350.36º | 0.23% | 0.97% | - |
| XYZ | 68.1 | 61.87 | 63.61 | - |
| YUV | 209.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 201 | 0 | 0.23 | 0.19 | 0.03 | 350.36 | 0.8 | 0.86 |
| Hex | F8 | C0 | C9 | 0 | 17 | 13 | 3 | 15E | 50 | 56 |
| Octal | 370 | 300 | 311 | 0 | 27 | 23 | 3 | 536 | 120 | 126 |
| Binary | 11111000 | 11000000 | 11001001 | 0 | 10111 | 10011 | 11 | 101011110 | 1010000 | 1010110 |
Color Harmonies of #F8C0C9
Complementary color
Monochromatic Colors of #F8C0C9
Black with #F8C0C9
Text Example
Text Example
White with #F8C0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0C9; }
p { color: rgb(248,192,201); }
H1.HeaderClassName
{
color: #F8C0C9;
}
.AnyTagClassName
{
color: #F8C0C9;
}
</style>
background-color css
<style>
a { background-color: #F8C0C9; }
a { background-color: rgb(248,192,201); }
div.DivClassName
{
background-color: #F8C0C9;
}
.BgClassName
{
background-color: #F8C0C9;
}
</style>
border-color css
<style>
span { border-color: #F8C0C9; }
span { border-color: rgb(248,192,201); }
td.TdClassName
{
border-color: #F8C0C9;
}
.TagClassName
{
border-color: #F8C0C9;
}
</style>