#FFBECF

Color #FFBECF Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FFBECF

Tints of Pink #FFBECF

Color information

#FFBECF (or 0xFFBECF) is unknown color: approx 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

RGB255190207-
CMYK00.250.190
HSL344.31º100%87.25%-
HSV(B)344.31º25.49%100%-
XYZ70.9262.5967.38-
YUV211.37125.53159.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 190 (74.61% from 255) = 29.14%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=39.11%
G=29.14%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519020700.250.190344.3110087.25
HexFFBECF0191301586457
Octal377276317031230530144127
Binary11111111101111101100111101100110011010101100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>