#F1C3EE

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

Shades of Snuff #F1C3EE

Tints of Snuff #F1C3EE

Color information

#F1C3EE (or 0xF1C3EE) is unknown color: approx Snuff. HEX triplet: F1, C3 and EE. RGB value is (241,195,238). Sum of RGB (Red+Green+Blue) = 241+195+238=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C3EE is #0E3C11. Grayscale: #D5D5D5. Windows color (decimal): -932882 or 15647729. OLE color: 15647729.

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

Color convert

RGB241195238-
CMYK00.190.010.05
HSL303.91º62.16%85.49%-
HSV(B)303.91º19.09%94.51%-
XYZ71.2263.989.47-
YUV213.66141.74147.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.76%
GREEN value IS 195 (76.56% from 255) = 28.93%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=35.76%
G=28.93%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119523800.190.010.05303.9162.1685.49
HexF1C3EE013151303e55
Octal3613033560231546076125
Binary11110001110000111110111001001111011001100001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3EE; }

 p { color: rgb(241,195,238); }

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

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

 a { background-color: rgb(241,195,238); }

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

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

 span { border-color: rgb(241,195,238); }

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