#F1C8EA

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

Shades of Snuff #F1C8EA

Tints of Snuff #F1C8EA

Color information

#F1C8EA (or 0xF1C8EA) is unknown color: approx Snuff. HEX triplet: F1, C8 and EA. RGB value is (241,200,234). Sum of RGB (Red+Green+Blue) = 241+200+234=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C8EA is #0E3715. Grayscale: #D8D8D8. Windows color (decimal): -931606 or 15386865. OLE color: 15386865.

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

Color convert

RGB241200234-
CMYK00.170.030.05
HSL310.24º59.42%86.47%-
HSV(B)310.24º17.01%94.51%-
XYZ71.7865.9586.79-
YUV216.14138.08145.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 200 (78.52% from 255) = 29.63%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=35.70%
G=29.63%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120023400.170.030.05310.2459.4286.47
HexF1C8EA011351363b56
Octal3613103520213546673126
Binary111100011100100011101010010001111011001101101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8EA; }

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

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

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

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

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

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

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

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