Shades of Your Pink #FFBEBD
Tints of Your Pink #FFBEBD
RGB
CMYK
RGB Variations
Color information
#FFBEBD (or 0xFFBEBD) is known color: Your Pink. HEX triplet: FF, BE and BD. RGB value is (255,190,189). Sum of RGB (Red+Green+Blue) = 255+190+189=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEBD is #004142. Grayscale: #D1D1D1. Windows color (decimal): -16707 or 12435199. OLE color: 12435199.
HSL color Cylindrical-coordinate representation of color #FFBEBD: hue angle of 0.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBEBD is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 189 | - |
| CMYK | 0 | 0.25 | 0.26 | 0 |
| HSL | 0.91º | 1% | 0.87% | - |
| HSV(B) | 0.91º | 0.26% | 1% | - |
| XYZ | 68.84 | 61.76 | 56.44 | - |
| YUV | 209.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 189 | 0 | 0.25 | 0.26 | 0 | 0.91 | 1 | 0.87 |
| Hex | FF | BE | BD | 0 | 19 | 1A | 0 | 1 | 64 | 57 |
| Octal | 377 | 276 | 275 | 0 | 31 | 32 | 0 | 1 | 144 | 127 |
| Binary | 11111111 | 10111110 | 10111101 | 0 | 11001 | 11010 | 0 | 1 | 1100100 | 1010111 |
Color Harmonies of #FFBEBD
Complementary color
Monochromatic Colors of #FFBEBD
Black with #FFBEBD
Text Example
Text Example
White with #FFBEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEBD; }
p { color: rgb(255,190,189); }
H1.HeaderClassName
{
color: #FFBEBD;
}
.AnyTagClassName
{
color: #FFBEBD;
}
</style>
background-color css
<style>
a { background-color: #FFBEBD; }
a { background-color: rgb(255,190,189); }
div.DivClassName
{
background-color: #FFBEBD;
}
.BgClassName
{
background-color: #FFBEBD;
}
</style>
border-color css
<style>
span { border-color: #FFBEBD; }
span { border-color: rgb(255,190,189); }
td.TdClassName
{
border-color: #FFBEBD;
}
.TagClassName
{
border-color: #FFBEBD;
}
</style>