Shades of Your Pink #FFBEB5
Tints of Your Pink #FFBEB5
RGB
CMYK
RGB Variations
Color information
#FFBEB5 (or 0xFFBEB5) is known color: Your Pink. HEX triplet: FF, BE and B5. RGB value is (255,190,181). Sum of RGB (Red+Green+Blue) = 255+190+181=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEB5 is #00414A. Grayscale: #D0D0D0. Windows color (decimal): -16715 or 11910911. OLE color: 11910911.
HSL color Cylindrical-coordinate representation of color #FFBEB5: hue angle of 7.3º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFBEB5 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 181 | - |
| CMYK | 0 | 0.25 | 0.29 | 0 |
| HSL | 7.3º | 1% | 0.85% | - |
| HSV(B) | 7.3º | 0.29% | 1% | - |
| XYZ | 67.99 | 61.42 | 51.99 | - |
| YUV | 208.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 181 | 0 | 0.25 | 0.29 | 0 | 7.3 | 1 | 0.85 |
| Hex | FF | BE | B5 | 0 | 19 | 1D | 0 | 7 | 64 | 55 |
| Octal | 377 | 276 | 265 | 0 | 31 | 35 | 0 | 7 | 144 | 125 |
| Binary | 11111111 | 10111110 | 10110101 | 0 | 11001 | 11101 | 0 | 111 | 1100100 | 1010101 |
Color Harmonies of #FFBEB5
Complementary color
Monochromatic Colors of #FFBEB5
Black with #FFBEB5
Text Example
Text Example
White with #FFBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEB5; }
p { color: rgb(255,190,181); }
H1.HeaderClassName
{
color: #FFBEB5;
}
.AnyTagClassName
{
color: #FFBEB5;
}
</style>
background-color css
<style>
a { background-color: #FFBEB5; }
a { background-color: rgb(255,190,181); }
div.DivClassName
{
background-color: #FFBEB5;
}
.BgClassName
{
background-color: #FFBEB5;
}
</style>
border-color css
<style>
span { border-color: #FFBEB5; }
span { border-color: rgb(255,190,181); }
td.TdClassName
{
border-color: #FFBEB5;
}
.TagClassName
{
border-color: #FFBEB5;
}
</style>