#F6BEBD

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

Shades of Your Pink #F6BEBD

Tints of Your Pink #F6BEBD

Color information

#F6BEBD (or 0xF6BEBD) is unknown color: approx Your Pink. HEX triplet: F6, BE and BD. RGB value is (246,190,189). Sum of RGB (Red+Green+Blue) = 246+190+189=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEBD is #094142. Grayscale: #CECECE. Windows color (decimal): -606531 or 12435190. OLE color: 12435190.

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

Color convert

RGB246190189-
CMYK00.230.230.04
HSL1.05º76%85.29%-
HSV(B)1.05º23.17%96.47%-
XYZ65.660.0956.29-
YUV206.63118.05156.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.36%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=39.36%
G=30.4%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619018900.230.230.041.057685.29
HexF6BEBD01717414c55
Octal3662762750272741114125
Binary11110110101111101011110101011110111100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BEBD; }

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

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

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

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

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

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

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

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