#F6BFF2

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

Shades of Snuff #F6BFF2

Tints of Snuff #F6BFF2

Color information

#F6BFF2 (or 0xF6BFF2) is unknown color: approx Snuff. HEX triplet: F6, BF and F2. RGB value is (246,191,242). Sum of RGB (Red+Green+Blue) = 246+191+242=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 191 (75% from 255 or 28.13% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BFF2 is #09400D. Grayscale: #D5D5D5. Windows color (decimal): -606222 or 15908854. OLE color: 15908854.

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

Color convert

RGB246191242-
CMYK00.220.020.04
HSL304.36º75.34%85.69%-
HSV(B)304.36º22.36%96.47%-
XYZ72.6663.2792.39-
YUV213.26144.22151.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.23%
GREEN value IS 191 (75% from 255) = 28.13%
BLUE value IS 242 (94.92% from 255) = 35.64%
R=36.23%
G=28.13%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619124200.220.020.04304.3675.3485.69
HexF6BFF2016241304b56
Octal36627736202624460113126
Binary1111011010111111111100100101101010010011000010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFF2; }

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

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

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

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

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

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

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

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