Shades of Pink #FFBECF
Tints of Pink #FFBECF
RGB
CMYK
RGB Variations
Color information
#FFBECF (or 0xFFBECF) is known color: Pink. HEX triplet: FF, BE and CF. RGB value is (255,190,207). Sum of RGB (Red+Green+Blue) = 255+190+207=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBECF is #004130. Grayscale: #D3D3D3. Windows color (decimal): -16689 or 13614847. OLE color: 13614847.
HSL color Cylindrical-coordinate representation of color #FFBECF: hue angle of 344.31º 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 #FFBECF is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 207 | - |
| CMYK | 0 | 0.25 | 0.19 | 0 |
| HSL | 344.31º | 1% | 0.87% | - |
| HSV(B) | 344.31º | 0.25% | 1% | - |
| XYZ | 70.92 | 62.59 | 67.38 | - |
| YUV | 211.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 207 | 0 | 0.25 | 0.19 | 0 | 344.31 | 1 | 0.87 |
| Hex | FF | BE | CF | 0 | 19 | 13 | 0 | 158 | 64 | 57 |
| Octal | 377 | 276 | 317 | 0 | 31 | 23 | 0 | 530 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11001111 | 0 | 11001 | 10011 | 0 | 101011000 | 1100100 | 1010111 |
Color Harmonies of #FFBECF
Complementary color
Monochromatic Colors of #FFBECF
Black with #FFBECF
Text Example
Text Example
White with #FFBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBECF; }
p { color: rgb(255,190,207); }
H1.HeaderClassName
{
color: #FFBECF;
}
.AnyTagClassName
{
color: #FFBECF;
}
</style>
background-color css
<style>
a { background-color: #FFBECF; }
a { background-color: rgb(255,190,207); }
div.DivClassName
{
background-color: #FFBECF;
}
.BgClassName
{
background-color: #FFBECF;
}
</style>
border-color css
<style>
span { border-color: #FFBECF; }
span { border-color: rgb(255,190,207); }
td.TdClassName
{
border-color: #FFBECF;
}
.TagClassName
{
border-color: #FFBECF;
}
</style>