#F7BFCC

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

Shades of Pink #F7BFCC

Tints of Pink #F7BFCC

Color information

#F7BFCC (or 0xF7BFCC) is unknown color: approx Pink. HEX triplet: F7, BF and CC. RGB value is (247,191,204). Sum of RGB (Red+Green+Blue) = 247+191+204=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFCC is #084033. Grayscale: #D1D1D1. Windows color (decimal): -540724 or 13418487. OLE color: 13418487.

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

Color convert

RGB247191204-
CMYK00.230.170.03
HSL346.07º77.78%85.88%-
HSV(B)346.07º22.67%96.86%-
XYZ67.8961.465.4-
YUV209.23125.05154.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.47%
GREEN value IS 191 (75% from 255) = 29.75%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=38.47%
G=29.75%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719120400.230.170.03346.0777.7885.88
HexF7BFCC01711315a4e56
Octal367277314027213532116126
Binary111101111011111111001100010111100011110101101010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFCC; }

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

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

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

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

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

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

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

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