Shades of Pink #FFBECE
Tints of Pink #FFBECE
RGB
CMYK
RGB Variations
Color information
#FFBECE (or 0xFFBECE) is known color: Pink. HEX triplet: FF, BE and CE. RGB value is (255,190,206). Sum of RGB (Red+Green+Blue) = 255+190+206=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBECE is #004131. Grayscale: #D3D3D3. Windows color (decimal): -16690 or 13549311. OLE color: 13549311.
HSL color Cylindrical-coordinate representation of color #FFBECE: hue angle of 345.23º 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 #FFBECE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 190 | 206 | - |
CMYK | 0 | 0.25 | 0.19 | 0 |
HSL | 345.23º | 1% | 0.87% | - |
HSV(B) | 345.23º | 0.25% | 1% | - |
XYZ | 70.79 | 62.54 | 66.73 | - |
YUV | 211.26 | 125.03 | 159.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 190 | 206 | 0 | 0.25 | 0.19 | 0 | 345.23 | 1 | 0.87 |
Hex | FF | BE | CE | 0 | 19 | 13 | 0 | 159 | 64 | 57 |
Octal | 377 | 276 | 316 | 0 | 31 | 23 | 0 | 531 | 144 | 127 |
Binary | 11111111 | 10111110 | 11001110 | 0 | 11001 | 10011 | 0 | 101011001 | 1100100 | 1010111 |
Color Harmonies of #FFBECE
Complementary color
Monochromatic Colors of #FFBECE
Black with #FFBECE
Text Example
Text Example
White with #FFBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBECE; }
p { color: rgb(255,190,206); }
H1.HeaderClassName
{
color: #FFBECE;
}
.AnyTagClassName
{
color: #FFBECE;
}
</style>
background-color css
<style>
a { background-color: #FFBECE; }
a { background-color: rgb(255,190,206); }
div.DivClassName
{
background-color: #FFBECE;
}
.BgClassName
{
background-color: #FFBECE;
}
</style>
border-color css
<style>
span { border-color: #FFBECE; }
span { border-color: rgb(255,190,206); }
td.TdClassName
{
border-color: #FFBECE;
}
.TagClassName
{
border-color: #FFBECE;
}
</style>