#F1C0EF

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

Shades of Snuff #F1C0EF

Tints of Snuff #F1C0EF

Color information

#F1C0EF (or 0xF1C0EF) is unknown color: approx Snuff. HEX triplet: F1, C0 and EF. RGB value is (241,192,239). Sum of RGB (Red+Green+Blue) = 241+192+239=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0EF is #0E3F10. Grayscale: #D3D3D3. Windows color (decimal): -933649 or 15712497. OLE color: 15712497.

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

Color convert

RGB241192239-
CMYK00.200.010.05
HSL302.45º63.64%84.9%-
HSV(B)302.45º20.33%94.51%-
XYZ70.7162.6390.02-
YUV212.01143.23148.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.86%
GREEN value IS 192 (75.39% from 255) = 28.57%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=35.86%
G=28.57%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119223900.200.010.05302.4563.6484.9
HexF1C0EF0141512e4055
Octal36130035702415456100125
Binary111100011100000011101111010100110110010111010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0EF; }

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

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

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

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

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

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

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

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