#F1C6EF

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

Shades of Snuff #F1C6EF

Tints of Snuff #F1C6EF

Color information

#F1C6EF (or 0xF1C6EF) is unknown color: approx Snuff. HEX triplet: F1, C6 and EF. RGB value is (241,198,239). Sum of RGB (Red+Green+Blue) = 241+198+239=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6EF is #0E3910. Grayscale: #D7D7D7. Windows color (decimal): -932113 or 15714033. OLE color: 15714033.

HSL color Cylindrical-coordinate representation of color #F1C6EF: hue angle of 302.79º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C6EF is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241198239-
CMYK00.180.010.05
HSL302.79º60.56%86.08%-
HSV(B)302.79º17.84%94.51%-
XYZ72.0565.3290.47-
YUV215.53141.25146.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 198 (77.73% from 255) = 29.20%
BLUE value IS 239 (93.75% from 255) = 35.25%
R=35.55%
G=29.20%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119823900.180.010.05302.7960.5686.08
HexF1C6EF0121512f3d56
Octal3613063570221545775126
Binary11110001110001101110111101001011011001011111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6EF; }

 p { color: rgb(241,198,239); }

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

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

 a { background-color: rgb(241,198,239); }

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

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

 span { border-color: rgb(241,198,239); }

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