#F1ECC3

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

Shades of Half And Half #F1ECC3

Tints of Half And Half #F1ECC3

Color information

#F1ECC3 (or 0xF1ECC3) is unknown color: approx Half And Half. HEX triplet: F1, EC and C3. RGB value is (241,236,195). Sum of RGB (Red+Green+Blue) = 241+236+195=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 195 (76.56% from 255 or 29.02% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECC3 is #0E133C. Grayscale: #E8E8E8. Windows color (decimal): -922429 or 12840177. OLE color: 12840177.

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

Color convert

RGB241236195-
CMYK00.020.190.05
HSL53.48º62.16%85.49%-
HSV(B)53.48º19.09%94.51%-
XYZ76.1282.6363.57-
YUV232.82106.66133.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.86%
GREEN value IS 236 (92.58% from 255) = 35.12%
BLUE value IS 195 (76.56% from 255) = 29.02%
R=35.86%
G=35.12%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123619500.020.190.0553.4862.1685.49
HexF1ECC302135353e55
Octal361354303022356576125
Binary111100011110110011000011010100111011101011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECC3; }

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

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

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

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

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

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

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

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