#F6BFCB

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

Shades of Pink #F6BFCB

Tints of Pink #F6BFCB

Color information

#F6BFCB (or 0xF6BFCB) is unknown color: approx Pink. HEX triplet: F6, BF and CB. RGB value is (246,191,203). Sum of RGB (Red+Green+Blue) = 246+191+203=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFCB is #094034. Grayscale: #D0D0D0. Windows color (decimal): -606261 or 13352950. OLE color: 13352950.

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

Color convert

RGB246191203-
CMYK00.220.170.04
HSL346.91º75.34%85.69%-
HSV(B)346.91º22.36%96.47%-
XYZ67.4261.1764.75-
YUV208.81124.72154.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.44%
GREEN value IS 191 (75% from 255) = 29.84%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=38.44%
G=29.84%
B=31.72%

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
Decimal24619120300.220.170.04346.9175.3485.69
HexF6BFCB01611415b4b56
Octal366277313026214533113126
Binary1111011010111111110010110101101000110010101101110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFCB; }

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

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

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

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

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

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

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

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