Shades of Pink #FFBECB
Tints of Pink #FFBECB
RGB
CMYK
RGB Variations
Color information
#FFBECB (or 0xFFBECB) is known color: Pink. HEX triplet: FF, BE and CB. RGB value is (255,190,203). Sum of RGB (Red+Green+Blue) = 255+190+203=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBECB is #004134. Grayscale: #D2D2D2. Windows color (decimal): -16693 or 13352703. OLE color: 13352703.
HSL color Cylindrical-coordinate representation of color #FFBECB: hue angle of 348º 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 #FFBECB is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 203 | - |
| CMYK | 0 | 0.25 | 0.20 | 0 |
| HSL | 348º | 1% | 0.87% | - |
| HSV(B) | 348º | 0.25% | 1% | - |
| XYZ | 70.43 | 62.4 | 64.83 | - |
| YUV | 210.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 203 | 0 | 0.25 | 0.20 | 0 | 348 | 1 | 0.87 |
| Hex | FF | BE | CB | 0 | 19 | 14 | 0 | 15C | 64 | 57 |
| Octal | 377 | 276 | 313 | 0 | 31 | 24 | 0 | 534 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11001011 | 0 | 11001 | 10100 | 0 | 101011100 | 1100100 | 1010111 |
Color Harmonies of #FFBECB
Complementary color
Monochromatic Colors of #FFBECB
Black with #FFBECB
Text Example
Text Example
White with #FFBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBECB; }
p { color: rgb(255,190,203); }
H1.HeaderClassName
{
color: #FFBECB;
}
.AnyTagClassName
{
color: #FFBECB;
}
</style>
background-color css
<style>
a { background-color: #FFBECB; }
a { background-color: rgb(255,190,203); }
div.DivClassName
{
background-color: #FFBECB;
}
.BgClassName
{
background-color: #FFBECB;
}
</style>
border-color css
<style>
span { border-color: #FFBECB; }
span { border-color: rgb(255,190,203); }
td.TdClassName
{
border-color: #FFBECB;
}
.TagClassName
{
border-color: #FFBECB;
}
</style>