#F6C7FA

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

Shades of Snuff #F6C7FA

Tints of Snuff #F6C7FA

Color information

#F6C7FA (or 0xF6C7FA) is unknown color: approx Snuff. HEX triplet: F6, C7 and FA. RGB value is (246,199,250). Sum of RGB (Red+Green+Blue) = 246+199+250=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 199 (78.12% from 255 or 28.63% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6C7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C7FA is #093805. Grayscale: #DADADA. Windows color (decimal): -604166 or 16435190. OLE color: 16435190.

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

Color convert

RGB246199250-
CMYK0.020.2000.02
HSL295.29º83.61%88.04%-
HSV(B)295.29º20.4%98.04%-
XYZ75.6867.3499.45-
YUV218.87145.57147.35-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.40%
GREEN value IS 199 (78.12% from 255) = 28.63%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=35.40%
G=28.63%
B=35.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461992500.020.2000.02295.2983.6188.04
HexF6C7FA214021275458
Octal36630737222402447124130
Binary111101101100011111111010101010001010010011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C7FA; }

 p { color: rgb(246,199,250); }

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

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

 a { background-color: rgb(246,199,250); }

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

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

 span { border-color: rgb(246,199,250); }

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