#F1ECC2

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

Shades of Half And Half #F1ECC2

Tints of Half And Half #F1ECC2

Color information

#F1ECC2 (or 0xF1ECC2) is unknown color: approx Half And Half. HEX triplet: F1, EC and C2. RGB value is (241,236,194). Sum of RGB (Red+Green+Blue) = 241+236+194=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 194 (76.17% from 255 or 28.91% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECC2 is #0E133D. Grayscale: #E8E8E8. Windows color (decimal): -922430 or 12774641. OLE color: 12774641.

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

Color convert

RGB241236194-
CMYK00.020.200.05
HSL53.62º62.67%85.29%-
HSV(B)53.62º19.5%94.51%-
XYZ76.0182.5962.97-
YUV232.71106.16133.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 194 (76.17% from 255) = 28.91%
R=35.92%
G=35.17%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123619400.020.200.0553.6262.6785.29
HexF1ECC202145363f55
Octal361354302022456677125
Binary111100011110110011000010010101001011101101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECC2; }

 p { color: rgb(241,236,194); }

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

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

 a { background-color: rgb(241,236,194); }

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

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

 span { border-color: rgb(241,236,194); }

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