Shades of Your Pink #F8C5BC
Tints of Your Pink #F8C5BC
RGB
CMYK
RGB Variations
Color information
#F8C5BC (or 0xF8C5BC) is known color: Your Pink. HEX triplet: F8, C5 and BC. RGB value is (248,197,188). Sum of RGB (Red+Green+Blue) = 248+197+188=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C5BC is #073A43. Grayscale: #D3D3D3. Windows color (decimal): -473668 or 12371448. OLE color: 12371448.
HSL color Cylindrical-coordinate representation of color #F8C5BC: hue angle of 9º 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 #F8C5BC is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 188 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.03 |
| HSL | 9º | 0.81% | 0.85% | - |
| HSV(B) | 9º | 0.24% | 0.97% | - |
| XYZ | 67.75 | 63.52 | 56.27 | - |
| YUV | 211.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 188 | 0 | 0.21 | 0.24 | 0.03 | 9 | 0.81 | 0.85 |
| Hex | F8 | C5 | BC | 0 | 15 | 18 | 3 | 9 | 51 | 55 |
| Octal | 370 | 305 | 274 | 0 | 25 | 30 | 3 | 11 | 121 | 125 |
| Binary | 11111000 | 11000101 | 10111100 | 0 | 10101 | 11000 | 11 | 1001 | 1010001 | 1010101 |
Color Harmonies of #F8C5BC
Complementary color
Monochromatic Colors of #F8C5BC
Black with #F8C5BC
Text Example
Text Example
White with #F8C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C5BC; }
p { color: rgb(248,197,188); }
H1.HeaderClassName
{
color: #F8C5BC;
}
.AnyTagClassName
{
color: #F8C5BC;
}
</style>
background-color css
<style>
a { background-color: #F8C5BC; }
a { background-color: rgb(248,197,188); }
div.DivClassName
{
background-color: #F8C5BC;
}
.BgClassName
{
background-color: #F8C5BC;
}
</style>
border-color css
<style>
span { border-color: #F8C5BC; }
span { border-color: rgb(248,197,188); }
td.TdClassName
{
border-color: #F8C5BC;
}
.TagClassName
{
border-color: #F8C5BC;
}
</style>