Shades of Your Pink #F8C5BA
Tints of Your Pink #F8C5BA
RGB
CMYK
RGB Variations
Color information
#F8C5BA (or 0xF8C5BA) is known color: Your Pink. HEX triplet: F8, C5 and BA. RGB value is (248,197,186). Sum of RGB (Red+Green+Blue) = 248+197+186=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C5BA is #073A45. Grayscale: #D3D3D3. Windows color (decimal): -473670 or 12240376. OLE color: 12240376.
HSL color Cylindrical-coordinate representation of color #F8C5BA: hue angle of 10.65º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8C5BA is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 186 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.03 |
| HSL | 10.65º | 0.82% | 0.85% | - |
| HSV(B) | 10.65º | 0.25% | 0.97% | - |
| XYZ | 67.54 | 63.43 | 55.14 | - |
| YUV | 211 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 186 | 0 | 0.21 | 0.25 | 0.03 | 10.65 | 0.82 | 0.85 |
| Hex | F8 | C5 | BA | 0 | 15 | 19 | 3 | B | 52 | 55 |
| Octal | 370 | 305 | 272 | 0 | 25 | 31 | 3 | 13 | 122 | 125 |
| Binary | 11111000 | 11000101 | 10111010 | 0 | 10101 | 11001 | 11 | 1011 | 1010010 | 1010101 |
Color Harmonies of #F8C5BA
Complementary color
Monochromatic Colors of #F8C5BA
Black with #F8C5BA
Text Example
Text Example
White with #F8C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C5BA; }
p { color: rgb(248,197,186); }
H1.HeaderClassName
{
color: #F8C5BA;
}
.AnyTagClassName
{
color: #F8C5BA;
}
</style>
background-color css
<style>
a { background-color: #F8C5BA; }
a { background-color: rgb(248,197,186); }
div.DivClassName
{
background-color: #F8C5BA;
}
.BgClassName
{
background-color: #F8C5BA;
}
</style>
border-color css
<style>
span { border-color: #F8C5BA; }
span { border-color: rgb(248,197,186); }
td.TdClassName
{
border-color: #F8C5BA;
}
.TagClassName
{
border-color: #F8C5BA;
}
</style>