#F7BECA

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

Shades of Pink #F7BECA

Tints of Pink #F7BECA

Color information

#F7BECA (or 0xF7BECA) is unknown color: approx Pink. HEX triplet: F7, BE and CA. RGB value is (247,190,202). Sum of RGB (Red+Green+Blue) = 247+190+202=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BECA is #084135. Grayscale: #D0D0D0. Windows color (decimal): -540982 or 13287159. OLE color: 13287159.

HSL color Cylindrical-coordinate representation of color #F7BECA: hue angle of 347.37º 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 #F7BECA is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247190202-
CMYK00.230.180.03
HSL347.37º78.08%85.69%-
HSV(B)347.37º23.08%96.86%-
XYZ67.4360.8764.07-
YUV208.41124.38155.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.65%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=38.65%
G=29.73%
B=31.61%

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
Decimal24719020200.230.180.03347.3778.0885.69
HexF7BECA01712315b4e56
Octal367276312027223533116126
Binary111101111011111011001010010111100101110101101110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BECA; }

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

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

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

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

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

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

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

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