#F6BFCC

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

Shades of Pink #F6BFCC

Tints of Pink #F6BFCC

Color information

#F6BFCC (or 0xF6BFCC) is unknown color: approx Pink. HEX triplet: F6, BF and CC. RGB value is (246,191,204). Sum of RGB (Red+Green+Blue) = 246+191+204=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFCC is #094033. Grayscale: #D0D0D0. Windows color (decimal): -606260 or 13418486. OLE color: 13418486.

HSL color Cylindrical-coordinate representation of color #F6BFCC: hue angle of 345.82º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6BFCC is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246191204-
CMYK00.220.170.04
HSL345.82º75.34%85.69%-
HSV(B)345.82º22.36%96.47%-
XYZ67.5461.2165.38-
YUV208.93125.22154.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=38.38%
G=29.80%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619120400.220.170.04345.8275.3485.69
HexF6BFCC01611415a4b56
Octal366277314026214532113126
Binary1111011010111111110011000101101000110010101101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFCC; }

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

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

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

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

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

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

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

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