Shades of Pink #FFBECA
Tints of Pink #FFBECA
RGB
CMYK
RGB Variations
Color information
#FFBECA (or 0xFFBECA) is known color: Pink. HEX triplet: FF, BE and CA. RGB value is (255,190,202). Sum of RGB (Red+Green+Blue) = 255+190+202=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBECA is #004135. Grayscale: #D2D2D2. Windows color (decimal): -16694 or 13287167. OLE color: 13287167.
HSL color Cylindrical-coordinate representation of color #FFBECA: hue angle of 348.92º 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 #FFBECA is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 202 | - |
| CMYK | 0 | 0.25 | 0.21 | 0 |
| HSL | 348.92º | 1% | 0.87% | - |
| HSV(B) | 348.92º | 0.25% | 1% | - |
| XYZ | 70.31 | 62.35 | 64.21 | - |
| YUV | 210.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 202 | 0 | 0.25 | 0.21 | 0 | 348.92 | 1 | 0.87 |
| Hex | FF | BE | CA | 0 | 19 | 15 | 0 | 15D | 64 | 57 |
| Octal | 377 | 276 | 312 | 0 | 31 | 25 | 0 | 535 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11001010 | 0 | 11001 | 10101 | 0 | 101011101 | 1100100 | 1010111 |
Color Harmonies of #FFBECA
Complementary color
Monochromatic Colors of #FFBECA
Black with #FFBECA
Text Example
Text Example
White with #FFBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBECA; }
p { color: rgb(255,190,202); }
H1.HeaderClassName
{
color: #FFBECA;
}
.AnyTagClassName
{
color: #FFBECA;
}
</style>
background-color css
<style>
a { background-color: #FFBECA; }
a { background-color: rgb(255,190,202); }
div.DivClassName
{
background-color: #FFBECA;
}
.BgClassName
{
background-color: #FFBECA;
}
</style>
border-color css
<style>
span { border-color: #FFBECA; }
span { border-color: rgb(255,190,202); }
td.TdClassName
{
border-color: #FFBECA;
}
.TagClassName
{
border-color: #FFBECA;
}
</style>