Shades of Pink #FFBEC6
Tints of Pink #FFBEC6
RGB
CMYK
RGB Variations
Color information
#FFBEC6 (or 0xFFBEC6) is known color: Pink. HEX triplet: FF, BE and C6. RGB value is (255,190,198). Sum of RGB (Red+Green+Blue) = 255+190+198=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEC6 is #004139. Grayscale: #D2D2D2. Windows color (decimal): -16698 or 13025023. OLE color: 13025023.
HSL color Cylindrical-coordinate representation of color #FFBEC6: hue angle of 352.62º 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 #FFBEC6 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 198 | - |
| CMYK | 0 | 0.25 | 0.22 | 0 |
| HSL | 352.62º | 1% | 0.87% | - |
| HSV(B) | 352.62º | 0.25% | 1% | - |
| XYZ | 69.85 | 62.16 | 61.74 | - |
| YUV | 210.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 198 | 0 | 0.25 | 0.22 | 0 | 352.62 | 1 | 0.87 |
| Hex | FF | BE | C6 | 0 | 19 | 16 | 0 | 161 | 64 | 57 |
| Octal | 377 | 276 | 306 | 0 | 31 | 26 | 0 | 541 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11000110 | 0 | 11001 | 10110 | 0 | 101100001 | 1100100 | 1010111 |
Color Harmonies of #FFBEC6
Complementary color
Monochromatic Colors of #FFBEC6
Black with #FFBEC6
Text Example
Text Example
White with #FFBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEC6; }
p { color: rgb(255,190,198); }
H1.HeaderClassName
{
color: #FFBEC6;
}
.AnyTagClassName
{
color: #FFBEC6;
}
</style>
background-color css
<style>
a { background-color: #FFBEC6; }
a { background-color: rgb(255,190,198); }
div.DivClassName
{
background-color: #FFBEC6;
}
.BgClassName
{
background-color: #FFBEC6;
}
</style>
border-color css
<style>
span { border-color: #FFBEC6; }
span { border-color: rgb(255,190,198); }
td.TdClassName
{
border-color: #FFBEC6;
}
.TagClassName
{
border-color: #FFBEC6;
}
</style>