Shades of Your Pink #F8C0BE
Tints of Your Pink #F8C0BE
RGB
CMYK
RGB Variations
Color information
#F8C0BE (or 0xF8C0BE) is known color: Your Pink. HEX triplet: F8, C0 and BE. RGB value is (248,192,190). Sum of RGB (Red+Green+Blue) = 248+192+190=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0BE is #073F41. Grayscale: #D0D0D0. Windows color (decimal): -474946 or 12501240. OLE color: 12501240.
HSL color Cylindrical-coordinate representation of color #F8C0BE: hue angle of 2.07º degrees, saturation: 0.81, 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 #F8C0BE is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 190 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.03 |
| HSL | 2.07º | 0.81% | 0.86% | - |
| HSV(B) | 2.07º | 0.23% | 0.97% | - |
| XYZ | 66.86 | 61.37 | 57.04 | - |
| YUV | 208.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 190 | 0 | 0.23 | 0.23 | 0.03 | 2.07 | 0.81 | 0.86 |
| Hex | F8 | C0 | BE | 0 | 17 | 17 | 3 | 2 | 51 | 56 |
| Octal | 370 | 300 | 276 | 0 | 27 | 27 | 3 | 2 | 121 | 126 |
| Binary | 11111000 | 11000000 | 10111110 | 0 | 10111 | 10111 | 11 | 10 | 1010001 | 1010110 |
Color Harmonies of #F8C0BE
Complementary color
Monochromatic Colors of #F8C0BE
Black with #F8C0BE
Text Example
Text Example
White with #F8C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0BE; }
p { color: rgb(248,192,190); }
H1.HeaderClassName
{
color: #F8C0BE;
}
.AnyTagClassName
{
color: #F8C0BE;
}
</style>
background-color css
<style>
a { background-color: #F8C0BE; }
a { background-color: rgb(248,192,190); }
div.DivClassName
{
background-color: #F8C0BE;
}
.BgClassName
{
background-color: #F8C0BE;
}
</style>
border-color css
<style>
span { border-color: #F8C0BE; }
span { border-color: rgb(248,192,190); }
td.TdClassName
{
border-color: #F8C0BE;
}
.TagClassName
{
border-color: #F8C0BE;
}
</style>