#F1C6EB

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

Shades of Snuff #F1C6EB

Tints of Snuff #F1C6EB

Color information

#F1C6EB (or 0xF1C6EB) is unknown color: approx Snuff. HEX triplet: F1, C6 and EB. RGB value is (241,198,235). Sum of RGB (Red+Green+Blue) = 241+198+235=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6EB is #0E3914. Grayscale: #D6D6D6. Windows color (decimal): -932117 or 15451889. OLE color: 15451889.

HSL color Cylindrical-coordinate representation of color #F1C6EB: hue angle of 308.37º 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 #F1C6EB is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241198235-
CMYK00.180.020.05
HSL308.37º60.56%86.08%-
HSV(B)308.37º17.84%94.51%-
XYZ71.4765.0987.39-
YUV215.08139.25146.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.76%
GREEN value IS 198 (77.73% from 255) = 29.38%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=35.76%
G=29.38%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119823500.180.020.05308.3760.5686.08
HexF1C6EB012251343d56
Octal3613063530222546475126
Binary111100011100011011101011010010101011001101001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6EB; }

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

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

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

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

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

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

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

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