#F6BFBE

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

Shades of Your Pink #F6BFBE

Tints of Your Pink #F6BFBE

Color information

#F6BFBE (or 0xF6BFBE) is unknown color: approx Your Pink. HEX triplet: F6, BF and BE. RGB value is (246,191,190). Sum of RGB (Red+Green+Blue) = 246+191+190=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFBE is #094041. Grayscale: #CFCFCF. Windows color (decimal): -606274 or 12500982. OLE color: 12500982.

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

Color convert

RGB246191190-
CMYK00.220.230.04
HSL1.07º75.68%85.49%-
HSV(B)1.07º22.76%96.47%-
XYZ65.9360.5756.93-
YUV207.33118.22155.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.23%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=39.23%
G=30.46%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619119000.220.230.041.0775.6885.49
HexF6BFBE01617414c55
Octal3662772760262741114125
Binary11110110101111111011111001011010111100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFBE; }

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

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

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

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

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

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

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

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