#F7BECF

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

Shades of Pink #F7BECF

Tints of Pink #F7BECF

Color information

#F7BECF (or 0xF7BECF) is unknown color: approx Pink. HEX triplet: F7, BE and CF. RGB value is (247,190,207). Sum of RGB (Red+Green+Blue) = 247+190+207=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BECF is #084130. Grayscale: #D0D0D0. Windows color (decimal): -540977 or 13614839. OLE color: 13614839.

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

Color convert

RGB247190207-
CMYK00.230.160.03
HSL342.11º78.08%85.69%-
HSV(B)342.11º23.08%96.86%-
XYZ68.0361.1167.24-
YUV208.98126.88155.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.35%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=38.35%
G=29.50%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719020700.230.160.03342.1178.0885.69
HexF7BECF0171031564e56
Octal367276317027203526116126
Binary111101111011111011001111010111100001110101011010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BECF; }

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

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

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

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

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

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

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

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