Shades of Pink #F8BAC7
Tints of Pink #F8BAC7
RGB
CMYK
RGB Variations
Color information
#F8BAC7 (or 0xF8BAC7) is known color: Pink. HEX triplet: F8, BA and C7. RGB value is (248,186,199). Sum of RGB (Red+Green+Blue) = 248+186+199=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAC7 is #074538. Grayscale: #CECECE. Windows color (decimal): -476473 or 13089528. OLE color: 13089528.
HSL color Cylindrical-coordinate representation of color #F8BAC7: hue angle of 347.42º 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 #F8BAC7 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 199 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.03 |
| HSL | 347.42º | 0.82% | 0.85% | - |
| HSV(B) | 347.42º | 0.25% | 0.97% | - |
| XYZ | 66.58 | 59.2 | 61.95 | - |
| YUV | 206.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 199 | 0 | 0.25 | 0.20 | 0.03 | 347.42 | 0.82 | 0.85 |
| Hex | F8 | BA | C7 | 0 | 19 | 14 | 3 | 15B | 52 | 55 |
| Octal | 370 | 272 | 307 | 0 | 31 | 24 | 3 | 533 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11000111 | 0 | 11001 | 10100 | 11 | 101011011 | 1010010 | 1010101 |
Color Harmonies of #F8BAC7
Complementary color
Monochromatic Colors of #F8BAC7
Black with #F8BAC7
Text Example
Text Example
White with #F8BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAC7; }
p { color: rgb(248,186,199); }
H1.HeaderClassName
{
color: #F8BAC7;
}
.AnyTagClassName
{
color: #F8BAC7;
}
</style>
background-color css
<style>
a { background-color: #F8BAC7; }
a { background-color: rgb(248,186,199); }
div.DivClassName
{
background-color: #F8BAC7;
}
.BgClassName
{
background-color: #F8BAC7;
}
</style>
border-color css
<style>
span { border-color: #F8BAC7; }
span { border-color: rgb(248,186,199); }
td.TdClassName
{
border-color: #F8BAC7;
}
.TagClassName
{
border-color: #F8BAC7;
}
</style>