Shades of Your Pink #F8C7BD
Tints of Your Pink #F8C7BD
RGB
CMYK
RGB Variations
Color information
#F8C7BD (or 0xF8C7BD) is known color: Your Pink. HEX triplet: F8, C7 and BD. RGB value is (248,199,189). Sum of RGB (Red+Green+Blue) = 248+199+189=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7BD is #073842. Grayscale: #D4D4D4. Windows color (decimal): -473155 or 12437496. OLE color: 12437496.
HSL color Cylindrical-coordinate representation of color #F8C7BD: hue angle of 10.17º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8C7BD is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 189 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.03 |
| HSL | 10.17º | 0.81% | 0.86% | - |
| HSV(B) | 10.17º | 0.24% | 0.97% | - |
| XYZ | 68.32 | 64.48 | 56.99 | - |
| YUV | 212.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 189 | 0 | 0.20 | 0.24 | 0.03 | 10.17 | 0.81 | 0.86 |
| Hex | F8 | C7 | BD | 0 | 14 | 18 | 3 | A | 51 | 56 |
| Octal | 370 | 307 | 275 | 0 | 24 | 30 | 3 | 12 | 121 | 126 |
| Binary | 11111000 | 11000111 | 10111101 | 0 | 10100 | 11000 | 11 | 1010 | 1010001 | 1010110 |
Color Harmonies of #F8C7BD
Complementary color
Monochromatic Colors of #F8C7BD
Black with #F8C7BD
Text Example
Text Example
White with #F8C7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7BD; }
p { color: rgb(248,199,189); }
H1.HeaderClassName
{
color: #F8C7BD;
}
.AnyTagClassName
{
color: #F8C7BD;
}
</style>
background-color css
<style>
a { background-color: #F8C7BD; }
a { background-color: rgb(248,199,189); }
div.DivClassName
{
background-color: #F8C7BD;
}
.BgClassName
{
background-color: #F8C7BD;
}
</style>
border-color css
<style>
span { border-color: #F8C7BD; }
span { border-color: rgb(248,199,189); }
td.TdClassName
{
border-color: #F8C7BD;
}
.TagClassName
{
border-color: #F8C7BD;
}
</style>