#F7BFC8

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

Shades of Pink #F7BFC8

Tints of Pink #F7BFC8

Color information

#F7BFC8 (or 0xF7BFC8) is unknown color: approx Pink. HEX triplet: F7, BF and C8. RGB value is (247,191,200). Sum of RGB (Red+Green+Blue) = 247+191+200=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFC8 is #084037. Grayscale: #D0D0D0. Windows color (decimal): -540728 or 13156343. OLE color: 13156343.

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

Color convert

RGB247191200-
CMYK00.230.190.03
HSL350.36º77.78%85.88%-
HSV(B)350.36º22.67%96.86%-
XYZ67.4161.2162.9-
YUV208.77123.05155.27-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.71%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 200 (78.52% from 255) = 31.35%
R=38.71%
G=29.94%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719120000.230.190.03350.3677.7885.88
HexF7BFC801713315e4e56
Octal367277310027233536116126
Binary111101111011111111001000010111100111110101111010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFC8; }

 p { color: rgb(247,191,200); }

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

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

 a { background-color: rgb(247,191,200); }

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

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

 span { border-color: rgb(247,191,200); }

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