#F1C8EF

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

Shades of Snuff #F1C8EF

Tints of Snuff #F1C8EF

Color information

#F1C8EF (or 0xF1C8EF) is unknown color: approx Snuff. HEX triplet: F1, C8 and EF. RGB value is (241,200,239). Sum of RGB (Red+Green+Blue) = 241+200+239=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 200 (78.52% from 255 or 29.41% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C8EF is #0E3710. Grayscale: #D8D8D8. Windows color (decimal): -931601 or 15714545. OLE color: 15714545.

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

Color convert

RGB241200239-
CMYK00.170.010.05
HSL302.93º59.42%86.47%-
HSV(B)302.93º17.01%94.51%-
XYZ72.5166.2490.63-
YUV216.7140.58145.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 200 (78.52% from 255) = 29.41%
BLUE value IS 239 (93.75% from 255) = 35.15%
R=35.44%
G=29.41%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120023900.170.010.05302.9359.4286.47
HexF1C8EF0111512f3b56
Octal3613103570211545773126
Binary11110001110010001110111101000111011001011111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8EF; }

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

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

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

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

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

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

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

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