Shades of Pink #FFBEC8
Tints of Pink #FFBEC8
RGB
CMYK
RGB Variations
Color information
#FFBEC8 (or 0xFFBEC8) is known color: Pink. HEX triplet: FF, BE and C8. RGB value is (255,190,200). Sum of RGB (Red+Green+Blue) = 255+190+200=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEC8 is #004137. Grayscale: #D2D2D2. Windows color (decimal): -16696 or 13156095. OLE color: 13156095.
HSL color Cylindrical-coordinate representation of color #FFBEC8: hue angle of 350.77º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBEC8 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 200 | - |
| CMYK | 0 | 0.25 | 0.22 | 0 |
| HSL | 350.77º | 1% | 0.87% | - |
| HSV(B) | 350.77º | 0.25% | 1% | - |
| XYZ | 70.08 | 62.26 | 62.97 | - |
| YUV | 210.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 200 | 0 | 0.25 | 0.22 | 0 | 350.77 | 1 | 0.87 |
| Hex | FF | BE | C8 | 0 | 19 | 16 | 0 | 15F | 64 | 57 |
| Octal | 377 | 276 | 310 | 0 | 31 | 26 | 0 | 537 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11001000 | 0 | 11001 | 10110 | 0 | 101011111 | 1100100 | 1010111 |
Color Harmonies of #FFBEC8
Complementary color
Monochromatic Colors of #FFBEC8
Black with #FFBEC8
Text Example
Text Example
White with #FFBEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEC8; }
p { color: rgb(255,190,200); }
H1.HeaderClassName
{
color: #FFBEC8;
}
.AnyTagClassName
{
color: #FFBEC8;
}
</style>
background-color css
<style>
a { background-color: #FFBEC8; }
a { background-color: rgb(255,190,200); }
div.DivClassName
{
background-color: #FFBEC8;
}
.BgClassName
{
background-color: #FFBEC8;
}
</style>
border-color css
<style>
span { border-color: #FFBEC8; }
span { border-color: rgb(255,190,200); }
td.TdClassName
{
border-color: #FFBEC8;
}
.TagClassName
{
border-color: #FFBEC8;
}
</style>