#F6BEBC

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

Shades of Your Pink #F6BEBC

Tints of Your Pink #F6BEBC

Color information

#F6BEBC (or 0xF6BEBC) is unknown color: approx Your Pink. HEX triplet: F6, BE and BC. RGB value is (246,190,188). Sum of RGB (Red+Green+Blue) = 246+190+188=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEBC is #094143. Grayscale: #CECECE. Windows color (decimal): -606532 or 12369654. OLE color: 12369654.

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

Color convert

RGB246190188-
CMYK00.230.240.04
HSL2.07º76.32%85.1%-
HSV(B)2.07º23.58%96.47%-
XYZ65.560.0555.72-
YUV206.52117.55156.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.42%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 188 (73.83% from 255) = 30.13%
R=39.42%
G=30.45%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619018800.230.240.042.0776.3285.1
HexF6BEBC01718424c55
Octal3662762740273042114125
Binary111101101011111010111100010111110001001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BEBC; }

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

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

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

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

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

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

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

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