Shades of Your Pink #FFBEB9
Tints of Your Pink #FFBEB9
RGB
CMYK
RGB Variations
Color information
#FFBEB9 (or 0xFFBEB9) is known color: Your Pink. HEX triplet: FF, BE and B9. RGB value is (255,190,185). Sum of RGB (Red+Green+Blue) = 255+190+185=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEB9 is #004146. Grayscale: #D0D0D0. Windows color (decimal): -16711 or 12173055. OLE color: 12173055.
HSL color Cylindrical-coordinate representation of color #FFBEB9: hue angle of 4.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBEB9 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 185 | - |
| CMYK | 0 | 0.25 | 0.27 | 0 |
| HSL | 4.29º | 1% | 0.86% | - |
| HSV(B) | 4.29º | 0.27% | 1% | - |
| XYZ | 68.41 | 61.59 | 54.18 | - |
| YUV | 208.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 185 | 0 | 0.25 | 0.27 | 0 | 4.29 | 1 | 0.86 |
| Hex | FF | BE | B9 | 0 | 19 | 1B | 0 | 4 | 64 | 56 |
| Octal | 377 | 276 | 271 | 0 | 31 | 33 | 0 | 4 | 144 | 126 |
| Binary | 11111111 | 10111110 | 10111001 | 0 | 11001 | 11011 | 0 | 100 | 1100100 | 1010110 |
Color Harmonies of #FFBEB9
Complementary color
Monochromatic Colors of #FFBEB9
Black with #FFBEB9
Text Example
Text Example
White with #FFBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEB9; }
p { color: rgb(255,190,185); }
H1.HeaderClassName
{
color: #FFBEB9;
}
.AnyTagClassName
{
color: #FFBEB9;
}
</style>
background-color css
<style>
a { background-color: #FFBEB9; }
a { background-color: rgb(255,190,185); }
div.DivClassName
{
background-color: #FFBEB9;
}
.BgClassName
{
background-color: #FFBEB9;
}
</style>
border-color css
<style>
span { border-color: #FFBEB9; }
span { border-color: rgb(255,190,185); }
td.TdClassName
{
border-color: #FFBEB9;
}
.TagClassName
{
border-color: #FFBEB9;
}
</style>