#F7BECB

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

Shades of Pink #F7BECB

Tints of Pink #F7BECB

Color information

#F7BECB (or 0xF7BECB) is unknown color: approx Pink. HEX triplet: F7, BE and CB. RGB value is (247,190,203). Sum of RGB (Red+Green+Blue) = 247+190+203=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BECB is #084134. Grayscale: #D0D0D0. Windows color (decimal): -540981 or 13352695. OLE color: 13352695.

HSL color Cylindrical-coordinate representation of color #F7BECB: hue angle of 346.32º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BECB is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247190203-
CMYK00.230.180.03
HSL346.32º78.08%85.69%-
HSV(B)346.32º23.08%96.86%-
XYZ67.5560.9164.7-
YUV208.52124.88155.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.59%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=38.59%
G=29.69%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719020300.230.180.03346.3278.0885.69
HexF7BECB01712315a4e56
Octal367276313027223532116126
Binary111101111011111011001011010111100101110101101010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BECB; }

 p { color: rgb(247,190,203); }

 H1.HeaderClassName
 {
   color: #F7BECB;
 }
 .AnyTagClassName
 {
   color: #F7BECB;
 }
</style>
background-color css

<style>
 a { background-color: #F7BECB; }

 a { background-color: rgb(247,190,203); }

 div.DivClassName
 {
   background-color: #F7BECB;
 }
 .BgClassName
 {
   background-color: #F7BECB;
 }
</style>
border-color css

<style>
 span { border-color: #F7BECB; }

 span { border-color: rgb(247,190,203); }

 td.TdClassName
 {
   border-color: #F7BECB;
 }
 .TagClassName
 {
   border-color: #F7BECB;
 }
</style>