#F6BEF4

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

Shades of Snuff #F6BEF4

Tints of Snuff #F6BEF4

Color information

#F6BEF4 (or 0xF6BEF4) is unknown color: approx Snuff. HEX triplet: F6, BE and F4. RGB value is (246,190,244). Sum of RGB (Red+Green+Blue) = 246+190+244=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 190 (74.61% from 255 or 27.94% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BEF4 is #09410B. Grayscale: #D4D4D4. Windows color (decimal): -606476 or 16039670. OLE color: 16039670.

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

Color convert

RGB246190244-
CMYK00.230.010.04
HSL302.14º75.68%85.49%-
HSV(B)302.14º22.76%96.47%-
XYZ72.7562.9593.9-
YUV212.9145.55151.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.18%
GREEN value IS 190 (74.61% from 255) = 27.94%
BLUE value IS 244 (95.70% from 255) = 35.88%
R=36.18%
G=27.94%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619024400.230.010.04302.1475.6885.49
HexF6BEF40171412e4c55
Octal36627636402714456114125
Binary111101101011111011110100010111110010010111010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BEF4; }

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

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

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

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

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

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

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

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