Shades of Your Pink #F8C0BC
Tints of Your Pink #F8C0BC
RGB
CMYK
RGB Variations
Color information
#F8C0BC (or 0xF8C0BC) is known color: Your Pink. HEX triplet: F8, C0 and BC. RGB value is (248,192,188). Sum of RGB (Red+Green+Blue) = 248+192+188=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0BC is #073F43. Grayscale: #D0D0D0. Windows color (decimal): -474948 or 12370168. OLE color: 12370168.
HSL color Cylindrical-coordinate representation of color #F8C0BC: hue angle of 4º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8C0BC is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 188 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.03 |
| HSL | 4º | 0.81% | 0.85% | - |
| HSV(B) | 4º | 0.24% | 0.97% | - |
| XYZ | 66.64 | 61.29 | 55.89 | - |
| YUV | 208.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 188 | 0 | 0.23 | 0.24 | 0.03 | 4 | 0.81 | 0.85 |
| Hex | F8 | C0 | BC | 0 | 17 | 18 | 3 | 4 | 51 | 55 |
| Octal | 370 | 300 | 274 | 0 | 27 | 30 | 3 | 4 | 121 | 125 |
| Binary | 11111000 | 11000000 | 10111100 | 0 | 10111 | 11000 | 11 | 100 | 1010001 | 1010101 |
Color Harmonies of #F8C0BC
Complementary color
Monochromatic Colors of #F8C0BC
Black with #F8C0BC
Text Example
Text Example
White with #F8C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0BC; }
p { color: rgb(248,192,188); }
H1.HeaderClassName
{
color: #F8C0BC;
}
.AnyTagClassName
{
color: #F8C0BC;
}
</style>
background-color css
<style>
a { background-color: #F8C0BC; }
a { background-color: rgb(248,192,188); }
div.DivClassName
{
background-color: #F8C0BC;
}
.BgClassName
{
background-color: #F8C0BC;
}
</style>
border-color css
<style>
span { border-color: #F8C0BC; }
span { border-color: rgb(248,192,188); }
td.TdClassName
{
border-color: #F8C0BC;
}
.TagClassName
{
border-color: #F8C0BC;
}
</style>