Shades of Pink #FFBEC9
Tints of Pink #FFBEC9
RGB
CMYK
RGB Variations
Color information
#FFBEC9 (or 0xFFBEC9) is known color: Pink. HEX triplet: FF, BE and C9. RGB value is (255,190,201). Sum of RGB (Red+Green+Blue) = 255+190+201=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEC9 is #004136. Grayscale: #D2D2D2. Windows color (decimal): -16695 or 13221631. OLE color: 13221631.
HSL color Cylindrical-coordinate representation of color #FFBEC9: hue angle of 349.85º 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 #FFBEC9 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 201 | - |
| CMYK | 0 | 0.25 | 0.21 | 0 |
| HSL | 349.85º | 1% | 0.87% | - |
| HSV(B) | 349.85º | 0.25% | 1% | - |
| XYZ | 70.2 | 62.3 | 63.58 | - |
| YUV | 210.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 201 | 0 | 0.25 | 0.21 | 0 | 349.85 | 1 | 0.87 |
| Hex | FF | BE | C9 | 0 | 19 | 15 | 0 | 15E | 64 | 57 |
| Octal | 377 | 276 | 311 | 0 | 31 | 25 | 0 | 536 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11001001 | 0 | 11001 | 10101 | 0 | 101011110 | 1100100 | 1010111 |
Color Harmonies of #FFBEC9
Complementary color
Monochromatic Colors of #FFBEC9
Black with #FFBEC9
Text Example
Text Example
White with #FFBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEC9; }
p { color: rgb(255,190,201); }
H1.HeaderClassName
{
color: #FFBEC9;
}
.AnyTagClassName
{
color: #FFBEC9;
}
</style>
background-color css
<style>
a { background-color: #FFBEC9; }
a { background-color: rgb(255,190,201); }
div.DivClassName
{
background-color: #FFBEC9;
}
.BgClassName
{
background-color: #FFBEC9;
}
</style>
border-color css
<style>
span { border-color: #FFBEC9; }
span { border-color: rgb(255,190,201); }
td.TdClassName
{
border-color: #FFBEC9;
}
.TagClassName
{
border-color: #FFBEC9;
}
</style>