Shades of Your Pink #FFBEBB
Tints of Your Pink #FFBEBB
RGB
CMYK
RGB Variations
Color information
#FFBEBB (or 0xFFBEBB) is known color: Your Pink. HEX triplet: FF, BE and BB. RGB value is (255,190,187). Sum of RGB (Red+Green+Blue) = 255+190+187=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEBB is #004144. Grayscale: #D1D1D1. Windows color (decimal): -16709 or 12304127. OLE color: 12304127.
HSL color Cylindrical-coordinate representation of color #FFBEBB: hue angle of 2.65º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBEBB is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 187 | - |
| CMYK | 0 | 0.25 | 0.27 | 0 |
| HSL | 2.65º | 1% | 0.87% | - |
| HSV(B) | 2.65º | 0.27% | 1% | - |
| XYZ | 68.62 | 61.67 | 55.3 | - |
| YUV | 209.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 187 | 0 | 0.25 | 0.27 | 0 | 2.65 | 1 | 0.87 |
| Hex | FF | BE | BB | 0 | 19 | 1B | 0 | 3 | 64 | 57 |
| Octal | 377 | 276 | 273 | 0 | 31 | 33 | 0 | 3 | 144 | 127 |
| Binary | 11111111 | 10111110 | 10111011 | 0 | 11001 | 11011 | 0 | 11 | 1100100 | 1010111 |
Color Harmonies of #FFBEBB
Complementary color
Monochromatic Colors of #FFBEBB
Black with #FFBEBB
Text Example
Text Example
White with #FFBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEBB; }
p { color: rgb(255,190,187); }
H1.HeaderClassName
{
color: #FFBEBB;
}
.AnyTagClassName
{
color: #FFBEBB;
}
</style>
background-color css
<style>
a { background-color: #FFBEBB; }
a { background-color: rgb(255,190,187); }
div.DivClassName
{
background-color: #FFBEBB;
}
.BgClassName
{
background-color: #FFBEBB;
}
</style>
border-color css
<style>
span { border-color: #FFBEBB; }
span { border-color: rgb(255,190,187); }
td.TdClassName
{
border-color: #FFBEBB;
}
.TagClassName
{
border-color: #FFBEBB;
}
</style>