#F6C1FB

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

Shades of Snuff #F6C1FB

Tints of Snuff #F6C1FB

Color information

#F6C1FB (or 0xF6C1FB) is unknown color: approx Snuff. HEX triplet: F6, C1 and FB. RGB value is (246,193,251). Sum of RGB (Red+Green+Blue) = 246+193+251=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 193 (75.78% from 255 or 27.97% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6C1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C1FB is #093E04. Grayscale: #D7D7D7. Windows color (decimal): -605701 or 16499190. OLE color: 16499190.

HSL color Cylindrical-coordinate representation of color #F6C1FB: hue angle of 294.83º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6C1FB is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246193251-
CMYK0.020.2300.02
HSL294.83º87.88%87.06%-
HSV(B)294.83º23.11%98.43%-
XYZ74.4964.799.83-
YUV215.46148.06149.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.65%
GREEN value IS 193 (75.78% from 255) = 27.97%
BLUE value IS 251 (98.44% from 255) = 36.38%
R=35.65%
G=27.97%
B=36.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461932510.020.2300.02294.8387.8887.06
HexF6C1FB217021275857
Octal36630137322702447130127
Binary111101101100000111111011101011101010010011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C1FB; }

 p { color: rgb(246,193,251); }

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

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

 a { background-color: rgb(246,193,251); }

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

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

 span { border-color: rgb(246,193,251); }

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