Shades of Pink #F8BEC9
Tints of Pink #F8BEC9
RGB
CMYK
RGB Variations
Color information
#F8BEC9 (or 0xF8BEC9) is known color: Pink. HEX triplet: F8, BE and C9. RGB value is (248,190,201). Sum of RGB (Red+Green+Blue) = 248+190+201=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEC9 is #074136. Grayscale: #D0D0D0. Windows color (decimal): -475447 or 13221624. OLE color: 13221624.
HSL color Cylindrical-coordinate representation of color #F8BEC9: hue angle of 348.62º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BEC9 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 190 | 201 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.03 |
| HSL | 348.62º | 0.81% | 0.86% | - |
| HSV(B) | 348.62º | 0.23% | 0.97% | - |
| XYZ | 67.67 | 61 | 63.47 | - |
| YUV | 208.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 190 | 201 | 0 | 0.23 | 0.19 | 0.03 | 348.62 | 0.81 | 0.86 |
| Hex | F8 | BE | C9 | 0 | 17 | 13 | 3 | 15D | 51 | 56 |
| Octal | 370 | 276 | 311 | 0 | 27 | 23 | 3 | 535 | 121 | 126 |
| Binary | 11111000 | 10111110 | 11001001 | 0 | 10111 | 10011 | 11 | 101011101 | 1010001 | 1010110 |
Color Harmonies of #F8BEC9
Complementary color
Monochromatic Colors of #F8BEC9
Black with #F8BEC9
Text Example
Text Example
White with #F8BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BEC9; }
p { color: rgb(248,190,201); }
H1.HeaderClassName
{
color: #F8BEC9;
}
.AnyTagClassName
{
color: #F8BEC9;
}
</style>
background-color css
<style>
a { background-color: #F8BEC9; }
a { background-color: rgb(248,190,201); }
div.DivClassName
{
background-color: #F8BEC9;
}
.BgClassName
{
background-color: #F8BEC9;
}
</style>
border-color css
<style>
span { border-color: #F8BEC9; }
span { border-color: rgb(248,190,201); }
td.TdClassName
{
border-color: #F8BEC9;
}
.TagClassName
{
border-color: #F8BEC9;
}
</style>