#F6BFB6

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

Shades of Your Pink #F6BFB6

Tints of Your Pink #F6BFB6

Color information

#F6BFB6 (or 0xF6BFB6) is unknown color: approx Your Pink. HEX triplet: F6, BF and B6. RGB value is (246,191,182). Sum of RGB (Red+Green+Blue) = 246+191+182=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFB6 is #094049. Grayscale: #CECECE. Windows color (decimal): -606282 or 11976694. OLE color: 11976694.

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

Color convert

RGB246191182-
CMYK00.220.260.04
HSL8.44º78.05%83.92%-
HSV(B)8.44º26.02%96.47%-
XYZ65.0860.2352.45-
YUV206.42114.22156.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.74%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 182 (71.48% from 255) = 29.40%
R=39.74%
G=30.86%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619118200.220.260.048.4478.0583.92
HexF6BFB60161A484e54
Octal36627726602632410116124
Binary11110110101111111011011001011011010100100010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFB6; }

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

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

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

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

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

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

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

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