Shades of Pink #F5BEC8
Tints of Pink #F5BEC8
RGB
CMYK
RGB Variations
Color information
#F5BEC8 (or 0xF5BEC8) is known color: Pink. HEX triplet: F5, BE and C8. RGB value is (245,190,200). Sum of RGB (Red+Green+Blue) = 245+190+200=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEC8 is #0A4137. Grayscale: #CFCFCF. Windows color (decimal): -672056 or 13156085. OLE color: 13156085.
HSL color Cylindrical-coordinate representation of color #F5BEC8: hue angle of 349.09º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BEC8 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 200 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.04 |
| HSL | 349.09º | 0.73% | 0.85% | - |
| HSV(B) | 349.09º | 0.22% | 0.96% | - |
| XYZ | 66.49 | 60.41 | 62.8 | - |
| YUV | 207.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 200 | 0 | 0.22 | 0.18 | 0.04 | 349.09 | 0.73 | 0.85 |
| Hex | F5 | BE | C8 | 0 | 16 | 12 | 4 | 15D | 49 | 55 |
| Octal | 365 | 276 | 310 | 0 | 26 | 22 | 4 | 535 | 111 | 125 |
| Binary | 11110101 | 10111110 | 11001000 | 0 | 10110 | 10010 | 100 | 101011101 | 1001001 | 1010101 |
Color Harmonies of #F5BEC8
Complementary color
Monochromatic Colors of #F5BEC8
Black with #F5BEC8
Text Example
Text Example
White with #F5BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BEC8; }
p { color: rgb(245,190,200); }
H1.HeaderClassName
{
color: #F5BEC8;
}
.AnyTagClassName
{
color: #F5BEC8;
}
</style>
background-color css
<style>
a { background-color: #F5BEC8; }
a { background-color: rgb(245,190,200); }
div.DivClassName
{
background-color: #F5BEC8;
}
.BgClassName
{
background-color: #F5BEC8;
}
</style>
border-color css
<style>
span { border-color: #F5BEC8; }
span { border-color: rgb(245,190,200); }
td.TdClassName
{
border-color: #F5BEC8;
}
.TagClassName
{
border-color: #F5BEC8;
}
</style>