#F1ECCC

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

Shades of Half And Half #F1ECCC

Tints of Half And Half #F1ECCC

Color information

#F1ECCC (or 0xF1ECCC) is unknown color: approx Half And Half. HEX triplet: F1, EC and CC. RGB value is (241,236,204). Sum of RGB (Red+Green+Blue) = 241+236+204=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECCC is #0E1333. Grayscale: #E9E9E9. Windows color (decimal): -922420 or 13430001. OLE color: 13430001.

HSL color Cylindrical-coordinate representation of color #F1ECCC: hue angle of 51.89º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1ECCC is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241236204-
CMYK00.020.150.05
HSL51.89º56.92%87.25%-
HSV(B)51.89º15.35%94.51%-
XYZ77.1783.0569.09-
YUV233.85111.16133.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 236 (92.58% from 255) = 34.65%
BLUE value IS 204 (80.08% from 255) = 29.96%
R=35.39%
G=34.65%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123620400.020.150.0551.8956.9287.25
HexF1ECCC02F5343957
Octal361354314021756471127
Binary11110001111011001100110001011111011101001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ECCC; }

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

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

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

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

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

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

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

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