Shades of Your Pink #F8C7BC
Tints of Your Pink #F8C7BC
RGB
CMYK
RGB Variations
Color information
#F8C7BC (or 0xF8C7BC) is known color: Your Pink. HEX triplet: F8, C7 and BC. RGB value is (248,199,188). Sum of RGB (Red+Green+Blue) = 248+199+188=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7BC is #073843. Grayscale: #D4D4D4. Windows color (decimal): -473156 or 12371960. OLE color: 12371960.
HSL color Cylindrical-coordinate representation of color #F8C7BC: hue angle of 11º 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 #F8C7BC is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 188 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.03 |
| HSL | 11º | 0.81% | 0.85% | - |
| HSV(B) | 11º | 0.24% | 0.97% | - |
| XYZ | 68.21 | 64.43 | 56.42 | - |
| YUV | 212.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 188 | 0 | 0.20 | 0.24 | 0.03 | 11 | 0.81 | 0.85 |
| Hex | F8 | C7 | BC | 0 | 14 | 18 | 3 | B | 51 | 55 |
| Octal | 370 | 307 | 274 | 0 | 24 | 30 | 3 | 13 | 121 | 125 |
| Binary | 11111000 | 11000111 | 10111100 | 0 | 10100 | 11000 | 11 | 1011 | 1010001 | 1010101 |
Color Harmonies of #F8C7BC
Complementary color
Monochromatic Colors of #F8C7BC
Black with #F8C7BC
Text Example
Text Example
White with #F8C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7BC; }
p { color: rgb(248,199,188); }
H1.HeaderClassName
{
color: #F8C7BC;
}
.AnyTagClassName
{
color: #F8C7BC;
}
</style>
background-color css
<style>
a { background-color: #F8C7BC; }
a { background-color: rgb(248,199,188); }
div.DivClassName
{
background-color: #F8C7BC;
}
.BgClassName
{
background-color: #F8C7BC;
}
</style>
border-color css
<style>
span { border-color: #F8C7BC; }
span { border-color: rgb(248,199,188); }
td.TdClassName
{
border-color: #F8C7BC;
}
.TagClassName
{
border-color: #F8C7BC;
}
</style>